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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user