JSONify Game Options

This commit is contained in:
Mike A. Trethewey
2020-02-19 01:35:41 -08:00
parent c848792c69
commit f2de282249
4 changed files with 148 additions and 129 deletions

View File

@@ -0,0 +1,20 @@
{
"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"
}
}
}