Files
alttpr-python/resources/app/gui/randomize/entrando/widgets.json
2021-08-13 22:11:58 -05:00

21 lines
416 B
JSON

{
"widgets": {
"openpyramid": { "type": "checkbox" },
"shuffleganon": { "type": "checkbox" },
"shufflelinks": { "type": "checkbox" },
"entranceshuffle": {
"type": "selectbox",
"options": [
"vanilla",
"simple",
"restricted",
"full",
"crossed",
"insanity",
"dungeonsfull",
"dungeonssimple"
]
}
}
}