Implement prelim enums

This commit is contained in:
Mike A. Trethewey
2020-03-12 16:16:15 -07:00
parent d8ea5b0fd0
commit 4b0f30a85f
9 changed files with 160 additions and 40 deletions

View File

@@ -1,6 +1,8 @@
{
"spoiler": { "type": "checkbox" },
"suppressrom": { "type": "checkbox" },
"usestartinventory": { "type": "checkbox" },
"usecustompool": { "type": "checkbox" }
"checkboxes": {
"spoiler": { "type": "checkbox" },
"suppressrom": { "type": "checkbox" },
"usestartinventory": { "type": "checkbox" },
"usecustompool": { "type": "checkbox" }
}
}