Files
alttpr-python/resources/app/gui/randomize/entrando/widgets.json
Mike A. Trethewey 0cb7eaa417 Slim down args
2020-03-12 03:31:39 -07:00

24 lines
473 B
JSON

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