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

17 lines
267 B
JSON

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