mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-22 14:00:13 +00:00
WFC can be experimented with
This commit is contained in:
parent
3cfa608c4a
commit
2ccb48f765
@ -2388,6 +2388,9 @@ namespace mapeditor {
|
||||
dialog::addItem(XLAT("change the pattern/color of new Canvas cells"), 'c');
|
||||
dialog::add_action_push(patterns::showPrePatternNoninstant);
|
||||
|
||||
dialog::addItem(XLAT("configure WFC"), 'W');
|
||||
dialog::add_action_push(wfc::wfc_menu);
|
||||
|
||||
dialog::addBack();
|
||||
dialog::display();
|
||||
}
|
||||
|
@ -345,6 +345,7 @@ EX void initgame() {
|
||||
savecount = 0; savetime = 0;
|
||||
cheater = 0;
|
||||
if(autocheat) cheater = 1;
|
||||
if(!wfc::use_eclectic) cheater = 1;
|
||||
hauntedWarning = false;
|
||||
if(!autocheat) {
|
||||
timerghost = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user