Files
alttpr-python/resources/app/gui/randomize/generation/checkboxes.json

19 lines
392 B
JSON

{
"checkboxes": {
"createrom": { "type": "checkbox" },
"bps": { "type": "checkbox" },
"spoiler": {
"type": "selectbox",
"options": [
"none",
"settings",
"semi",
"full",
"debug"
]
},
"calcplaythrough": { "type": "checkbox" },
"print_custom_yaml": { "type": "checkbox" }
}
}