1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 17:07:40 +00:00

screenshots are more configurable now

This commit is contained in:
Zeno Rogue
2018-12-13 13:33:08 +01:00
parent 6274beb6f6
commit c73b598d93
10 changed files with 243 additions and 166 deletions

View File

@@ -319,6 +319,10 @@ void handleKeyNormal(int sym, int uni) {
sym = 0;
}
#if ISMOBILE
if(uni == 'A' && !cheater) pushScreen(shot::menu);
#endif
if(DEFAULTNOR(sym)) handlePanning(sym, uni);
#ifdef SCALETUNER