Files
alttpr-python/resources/app/gui/randomize/overworld/widgets.json
2021-02-10 22:11:50 -06:00

13 lines
171 B
JSON

{
"widgets": {
"overworldshuffle": {
"type": "selectbox",
"default": "vanilla",
"options": [
"vanilla",
"full"
]
}
}
}