Files
alttpr-python/resources/app/gui/randomize/gameoptions/checkboxes.json
2020-02-21 23:47:29 -08:00

22 lines
329 B
JSON

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