mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-21 13:28:05 +00:00
improvements to ASCII items & monsters: PC movement animated on radar; movement is animated; available in 3D graphical modes
This commit is contained in:
@@ -1305,6 +1305,11 @@ EX bool gmodekeys(int sym, int uni) {
|
||||
}
|
||||
else {
|
||||
if(NUMBERKEY == '5') { vid.wallmode = vid.wallmode == 5 ? 4 : 5; }
|
||||
else if(NUMBERKEY == '8') {
|
||||
if(vid.monmode == 0) vid.monmode = 1;
|
||||
else if(vid.monmode == 1) vid.monmode = 3;
|
||||
else vid.monmode = 0;
|
||||
}
|
||||
else return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user