60 lines
1.2 KiB
JSON
60 lines
1.2 KiB
JSON
{
|
|
"checkboxes": {
|
|
"nobgm": { "type": "checkbox" },
|
|
"quickswap": { "type": "checkbox" }
|
|
},
|
|
"leftAdjustFrame": {
|
|
"heartcolor": {
|
|
"type": "selectbox",
|
|
"options": {
|
|
"Red": "red",
|
|
"Blue": "blue",
|
|
"Green": "green",
|
|
"Yellow": "yellow",
|
|
"Random": "random"
|
|
}
|
|
},
|
|
"heartbeep": {
|
|
"type": "selectbox",
|
|
"default": "Normal",
|
|
"options": {
|
|
"Double": "double",
|
|
"Normal": "normal",
|
|
"Half": "half",
|
|
"Quarter": "quarter",
|
|
"Off": "off"
|
|
}
|
|
}
|
|
},
|
|
"rightAdjustFrame": {
|
|
"menuspeed": {
|
|
"type": "selectbox",
|
|
"default": "Normal",
|
|
"options": {
|
|
"Instant": "instant",
|
|
"Quadruple": "quadruple",
|
|
"Triple": "triple",
|
|
"Double": "double",
|
|
"Normal": "normal",
|
|
"Half": "half"
|
|
}
|
|
},
|
|
"owpalettes": {
|
|
"type": "selectbox",
|
|
"options": {
|
|
"Default": "default",
|
|
"Random": "random",
|
|
"Blackout": "blackout"
|
|
}
|
|
},
|
|
"uwpalettes": {
|
|
"type": "selectbox",
|
|
"options": {
|
|
"Default": "default",
|
|
"Random": "random",
|
|
"Blackout": "blackout"
|
|
}
|
|
}
|
|
}
|
|
}
|