1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 05:52:59 +00:00

ru:: display room name, player HP and enemy HP in the status line

This commit is contained in:
Zeno Rogue
2025-05-03 17:40:11 +02:00
parent 999ee0b40c
commit 7875de00e4
3 changed files with 10 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ double mscale = 100;
bool non_hyperbolic;
bool one_room;
struct entity *current_target;
struct ruwall {
string name;
string glyph;