Files
alttpr-python/resources/app/gui/randomize/overworld/widgets.json
2021-06-07 10:52:47 -05:00

26 lines
430 B
JSON

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