Files
alttpr-python/resources/app/gui/adjust/overview/widgets.json
Mike A. Trethewey fc8ebad37f Promote default
2020-03-12 04:05:26 -07:00

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"
}
}
}
}