Files
alttpr-python/resources/app/gui/randomize/overworld/widgets.json
2021-05-04 06:21:06 -05:00

20 lines
322 B
JSON

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