Files
alttpr-python/resources/app/gui/randomize/gameoptions/widgets.json
Mike A. Trethewey 0cb7eaa417 Slim down args
2020-03-12 03:31:39 -07:00

68 lines
1.1 KiB
JSON

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