Files
alttpr-python/resources/app/gui/randomize/dungeon/widgets.json
2020-03-12 16:16:15 -07:00

25 lines
415 B
JSON

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