1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-01 14:32:59 +00:00

rogueviz::ads:: main help, help for DS game

This commit is contained in:
Zeno Rogue
2025-02-10 19:01:23 +01:00
parent 8dac0e0f68
commit 9c9b37f2fb
5 changed files with 30 additions and 3 deletions

View File

@@ -91,7 +91,7 @@ bool handleKey(int sym, int uni) {
if(sym == 'v') pushScreen(game_menu);
if(sym == SDLK_ESCAPE) pushScreen(game_menu);
if(sym == SDLK_F1) {
if(help == "@") help = "help not known";
if(help == "@") help = get_main_help();
gotoHelp(help);
}
return true;