1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-18 23:10:26 +00:00

an option to enable strict tree maps from the expansion menu

This commit is contained in:
Zeno Rogue 2021-07-31 16:02:30 +02:00
parent 0f05bb5e59
commit 769411554f

View File

@ -644,6 +644,9 @@ EX void viewdist_configure_dialog() {
dialog::bound_low(0); dialog::bound_low(0);
}); });
dialog::addBoolItem(XLAT("strict tree maps"), currentmap->strict_tree_rules(), 's');
dialog::add_action_push(rulegen::show);
int id = 0; int id = 0;
using namespace linepatterns; using namespace linepatterns;
for(auto& lp: {&patTriTree, &patTriRings, &patTriOther}) { for(auto& lp: {&patTriTree, &patTriRings, &patTriOther}) {