mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
rv:: changed the hotkey for RogueViz demos to 'd'
This commit is contained in:
parent
98cf022a44
commit
2a32a423d4
@ -250,7 +250,7 @@ int phooks =
|
||||
+ addHook(dialog::hooks_display_dialog, 100, [] () {
|
||||
if(current_screen_cfunction() == showStartMenu) {
|
||||
dialog::addBreak(100);
|
||||
dialog::addBigItem(XLAT("RogueViz demos"), 'p');
|
||||
dialog::addBigItem(XLAT("RogueViz demos"), 'd');
|
||||
dialog::add_action([] () { pushScreen(choose_presentation); });
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user