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:
parent
0f05bb5e59
commit
769411554f
@ -644,6 +644,9 @@ EX void viewdist_configure_dialog() {
|
||||
dialog::bound_low(0);
|
||||
});
|
||||
|
||||
dialog::addBoolItem(XLAT("strict tree maps"), currentmap->strict_tree_rules(), 's');
|
||||
dialog::add_action_push(rulegen::show);
|
||||
|
||||
int id = 0;
|
||||
using namespace linepatterns;
|
||||
for(auto& lp: {&patTriTree, &patTriRings, &patTriOther}) {
|
||||
|
Loading…
Reference in New Issue
Block a user