Dungeon Counters option

This commit is contained in:
Mike A. Trethewey
2020-02-19 03:32:01 -08:00
parent 8c4bc60312
commit 6e47cd78e0
5 changed files with 30 additions and 4 deletions

View File

@@ -24,5 +24,25 @@
"label": {
"text": "Enable Experimental Features"
}
},
"dungeon_counters": {
"type": "selectbox",
"label": {
"text": "Dungeon Chest Counters"
},
"packAttrs": {
"label": {
"side": "left"
},
"selectbox": {
"side": "right"
},
"default": "Off"
},
"options": {
"Off": "off",
"On": "on",
"On Compass Pickup": "pickup"
}
}
}