1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-05-28 03:54:08 +00:00

ru:: map fixup

This commit is contained in:
Zeno Rogue 2025-05-10 12:16:54 +02:00
parent db399ac5d0
commit 70c6e54c24
2 changed files with 2 additions and 2 deletions

View File

@ -1055,8 +1055,8 @@ OK
MOVE 2 Central Cavern Bottom Left
ROOM Ferris Wheel
# wall
' smashed door
. air
- staircase
^ spike
MAP
################################################################################

View File

@ -257,7 +257,7 @@ void run() {
if(cmapmode == mapmode::poincare) switch_mapmode_to(mapmode::standard);
else switch_mapmode_to(mapmode::poincare);
});
if(cmode == mode::editmap) mouseovers = format("coordinates: %d %d (%.2lf)", mousepx, mousepy, double(get_scale_at(mousepy)));
if(cmode == mode::editmap) mouseovers = format("coordinates: %d %d (%.2lf) (hdist=%.2lf)", mousepx, mousepy, double(get_scale_at(mousepy)), hdist(to_hyper(m.where), to_hyper(xy(mousepx, mousepy))));
if(cmode == mode::playing) {
titlecolor = 0xFFFFFF;
mouseovers = current_room->roomname;