mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-11 06:45:59 +00:00
more cleanup with uniformizing the keys for 'back' and 'help'
This commit is contained in:
@@ -71,7 +71,7 @@ void showDemo() {
|
||||
|
||||
dialog::addItem(XLAT("play"), 'f');
|
||||
dialog::addItem(XLAT("tutorial"), 'T');
|
||||
dialog::addItem(XLAT("help"), 'h'); dialog::lastItem().keycaption += " / F1";
|
||||
dialog::addHelp(); dialog::lastItem().keycaption += " / F1";
|
||||
// dialog::addItem(XLAT("toggle high detail"), 'a');
|
||||
dialog::addBreak(100);
|
||||
|
||||
|
Reference in New Issue
Block a user