mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-15 06:17:38 +00:00
disabled 'press SPACE to find' in animations
This commit is contained in:
@@ -5699,7 +5699,7 @@ void normalscreen() {
|
||||
displayButton(vid.xres-8, vid.yres-vid.fsize, XLAT("(v) menu"), 'v', 16);
|
||||
keyhandler = handleKeyNormal;
|
||||
|
||||
if(!playerfound)
|
||||
if(!playerfound && !anims::any_on())
|
||||
displayButton(vid.xcenter, vid.ycenter, XLAT(mousing ? "find the player" : "press SPACE to find the player"), ' ', 8);
|
||||
|
||||
describeMouseover();
|
||||
|
Reference in New Issue
Block a user