Files
alttpr-python/resources/app/gui/randomize/gameoptions/widgets.json
2021-08-13 04:58:27 -05:00

62 lines
1.1 KiB
JSON

{
"checkboxes": {
"nobgm": { "type": "checkbox" },
"quickswap": { "type": "checkbox" },
"reduce_flashing": { "type": "checkbox" },
"shuffle_sfx": { "type": "checkbox" }
},
"leftRomOptionsFrame": {
"heartcolor": {
"type": "selectbox",
"options": [
"red",
"blue",
"green",
"yellow",
"random"
]
},
"heartbeep": {
"type": "selectbox",
"default": "normal",
"options": [
"double",
"normal",
"half",
"quarter",
"off"
]
}
},
"rightRomOptionsFrame": {
"menuspeed": {
"type": "selectbox",
"default": "normal",
"options": [
"instant",
"quadruple",
"triple",
"double",
"normal",
"half"
]
},
"owpalettes": {
"type": "selectbox",
"options": [
"default",
"random",
"blackout"
]
},
"uwpalettes": {
"type": "selectbox",
"options": [
"default",
"random",
"blackout"
]
}
}
}