Files
alttpr-python/resources/app/gui/randomize/dungeon/widgets.json
Mike A. Trethewey 0cb7eaa417 Slim down args
2020-03-12 03:31:39 -07:00

27 lines
416 B
JSON

{
"dungeondoorshuffle": {
"type": "selectbox",
"managerAttrs": {
"default": "basic"
},
"options": [
"vanilla",
"basic",
"crossed"
]
},
"experimental": { "type": "checkbox" },
"dungeon_counters": {
"type": "selectbox",
"managerAttrs": {
"default": "default"
},
"options": [
"default",
"off",
"on",
"pickup"
]
}
}