mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-18 23:47:40 +00:00
add_action_push consistently; improved some menu hotkeys and ordering; improved some naming
This commit is contained in:
@@ -2109,7 +2109,7 @@ namespace mapeditor {
|
||||
dialog::addInfo(XLAT("(unlock all, allow cheats, normal character display, cannot be turned off!)"));
|
||||
|
||||
dialog::addItem(XLAT("change the pattern/color of new Canvas cells"), 'c');
|
||||
dialog::add_action([] () { pushScreen(patterns::showPrePatternNoninstant); });
|
||||
dialog::add_action_push(patterns::showPrePatternNoninstant);
|
||||
|
||||
dialog::addBack();
|
||||
dialog::display();
|
||||
|
Reference in New Issue
Block a user