mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-02 06:24:07 +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
|
MOVE 2 Central Cavern Bottom Left
|
||||||
ROOM Ferris Wheel
|
ROOM Ferris Wheel
|
||||||
# wall
|
# wall
|
||||||
|
' smashed door
|
||||||
. air
|
. air
|
||||||
- staircase
|
|
||||||
^ spike
|
^ spike
|
||||||
MAP
|
MAP
|
||||||
################################################################################
|
################################################################################
|
||||||
|
@ -257,7 +257,7 @@ void run() {
|
|||||||
if(cmapmode == mapmode::poincare) switch_mapmode_to(mapmode::standard);
|
if(cmapmode == mapmode::poincare) switch_mapmode_to(mapmode::standard);
|
||||||
else switch_mapmode_to(mapmode::poincare);
|
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) {
|
if(cmode == mode::playing) {
|
||||||
titlecolor = 0xFFFFFF;
|
titlecolor = 0xFFFFFF;
|
||||||
mouseovers = current_room->roomname;
|
mouseovers = current_room->roomname;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user