1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-14 01:58:06 +00:00

mapeditor:: an option to change new canvas cells without clearing the map

This commit is contained in:
Zeno Rogue
2019-01-17 00:59:45 +01:00
parent 44c3e2eb0a
commit 26fe57ef92
2 changed files with 37 additions and 18 deletions

View File

@@ -1960,6 +1960,9 @@ namespace mapeditor {
dialog::add_action([] () { autocheat = true; });
dialog::addInfo("(unlock all, allow cheats, normal character display)");
dialog::addItem("change the pattern/color of new Canvas cells", 'c');
dialog::add_action([] () { pushScreen(patterns::showPrePatternNoninstant); });
dialog::addBack();
dialog::display();
}