pure_keys_scroll now available in map settings

This commit is contained in:
Zeno Rogue
2022-10-27 16:06:39 +02:00
parent a71207800b
commit 7ca6eb1658
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -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);