Files
alttpr-python/resources/app/gui/randomize/gameoptions/checkboxes.json
Mike A. Trethewey f2de282249 JSONify Game Options
2020-02-19 01:35:41 -08:00

21 lines
306 B
JSON

{
"hints": {
"type": "checkbox",
"label": {
"text": "Include Helpful Hints"
}
},
"nobgm": {
"type": "checkbox",
"label": {
"text": "Disable Music & MSU-1"
}
},
"quickswap": {
"type": "checkbox",
"label": {
"text": "L/R Quickswapping"
}
}
}