Files
alttpr-python/resources/app/gui/randomize/overworld/widgets.json
2021-04-26 14:14:42 -05:00

12 lines
167 B
JSON

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