mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-07-21 08:58:51 +00:00
pure_keys_scroll now available in map settings
This commit is contained in:
@@ -3224,6 +3224,9 @@ EX namespace mapeditor {
|
||||
dialog::addBoolItem(XLAT("god mode"), autocheat, 'G');
|
||||
dialog::add_action([] () { autocheat = true; });
|
||||
dialog::addInfo(XLAT("(unlock all, allow cheats, normal character display, cannot be turned off!)"));
|
||||
|
||||
add_edit(game_keys_scroll);
|
||||
dialog::addInfo(XLAT("hint: shift+A to enter the map editor"));
|
||||
|
||||
dialog::addItem(XLAT("change the pattern/color of new Canvas cells"), 'c');
|
||||
dialog::add_action_push(patterns::showPrePatternNoninstant);
|
||||
|
||||
Reference in New Issue
Block a user