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:
parent
db399ac5d0
commit
70c6e54c24
@ -1055,8 +1055,8 @@ OK
|
||||
MOVE 2 Central Cavern Bottom Left
|
||||
ROOM Ferris Wheel
|
||||
# wall
|
||||
' smashed door
|
||||
. air
|
||||
- staircase
|
||||
^ spike
|
||||
MAP
|
||||
################################################################################
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user