Files
alttpr-python/resources/app/gui/randomize/dungeon/widgets.json
2020-09-06 18:01:44 +10:00

26 lines
457 B
JSON

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