Files
alttpr-python/resources/app/gui/randomize/entrando/widgets.json
2021-10-25 13:22:42 -05:00

23 lines
448 B
JSON

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