Files
alttpr-python/resources/app/gui/randomize/generation/checkboxes.json
2020-02-19 01:37:40 -08:00

21 lines
322 B
JSON

{
"spoiler": {
"type": "checkbox",
"label": {
"text": "Create Spoiler Log"
}
},
"suppressrom": {
"type": "checkbox",
"label": {
"text": "Do not create patched ROM"
}
},
"usecustompool": {
"type": "checkbox",
"label": {
"text": "Use custom item pool"
}
}
}