mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-26 19:37:40 +00:00
ru:: more start-game hints
This commit is contained in:
@@ -441,6 +441,7 @@ struct hint : public entity {
|
||||
int state;
|
||||
xy size;
|
||||
xy siz() override { return size; }
|
||||
hint() { state = 0; }
|
||||
string glyph() override { return " "; }
|
||||
color_t color() override { return 0; }
|
||||
void act() override;
|
||||
|
||||
Reference in New Issue
Block a user