Files
alttpr-python/resources/app/gui/randomize/entrando/widgets.json
2022-05-04 11:36:28 -05:00

44 lines
757 B
JSON

{
"widgets": {
"openpyramid": {
"type": "selectbox",
"options": [
"auto",
"yes",
"no"
],
"config": {
"width": 10
}
},
"shuffleganon": { "type": "checkbox" },
"shufflelinks": { "type": "checkbox" },
"overworld_map": {
"type": "selectbox",
"options": [
"default",
"compass",
"map"
],
"config": {
"width": 45
}
},
"entranceshuffle": {
"type": "selectbox",
"options": [
"vanilla",
"simple",
"restricted",
"full",
"lite",
"lean",
"crossed",
"insanity",
"dungeonsfull",
"dungeonssimple"
]
}
}
}