Files
alttpr-python/resources/app/gui/randomize/overworld/widgets.json

16 lines
243 B
JSON

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