Files
alttpr-python/resources/app/gui/randomize/dungeon/widgets.json
Mike A. Trethewey e901f0f1f5 Ugh, I think I did it
2020-03-10 17:23:23 -07:00

50 lines
815 B
JSON

{
"dungeondoorshuffle": {
"type": "selectbox",
"label": {
"text": "Dungeon Door Shuffle"
},
"managerAttrs": {
"label": {
"side": "left"
},
"selectbox": {
"side": "right"
},
"default": "basic"
},
"options": [
"vanilla",
"basic",
"crossed"
]
},
"experimental": {
"type": "checkbox",
"label": {
"text": "Enable Experimental Features"
}
},
"dungeon_counters": {
"type": "selectbox",
"label": {
"text": "Dungeon Chest Counters"
},
"managerAttrs": {
"label": {
"side": "left"
},
"selectbox": {
"side": "right"
},
"default": "default"
},
"options": [
"default",
"off",
"on",
"pickup"
]
}
}