mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-07 09:13:02 +00:00
rogueviz::ads:: help system
This commit is contained in:
@@ -90,6 +90,10 @@ bool handleKey(int sym, int uni) {
|
||||
if(t[sym] >= 16 && t[sym] < 32) return true;
|
||||
if(sym == 'v') pushScreen(game_menu);
|
||||
if(sym == SDLK_ESCAPE) pushScreen(game_menu);
|
||||
if(sym == SDLK_F1) {
|
||||
if(help == "@") help = "help not known";
|
||||
gotoHelp(help);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user