Files
alttpr-python/resources/app/gui/randomize/overworld/widgets.json
2021-06-25 16:36:00 -05:00

28 lines
472 B
JSON

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