Trap door mode initial work

This commit is contained in:
aerinon
2023-02-16 11:49:29 -07:00
parent 0e82dd73b7
commit f0101c9854
13 changed files with 195 additions and 62 deletions

View File

@@ -33,7 +33,7 @@
},
"door_type_mode": {
"type": "selectbox",
"default": "basic",
"default": "original",
"options": [
"original",
"big",
@@ -44,6 +44,25 @@
"width": 45
}
},
"trap_door_mode": {
"type": "selectbox",
"default": "vanilla",
"options": [
"vanilla",
"boss",
"oneway"
]
},
"key_logic_algorithm": {
"type": "selectbox",
"default": "default",
"options": [
"loose",
"default",
"partial",
"strict"
]
},
"decoupledoors": { "type": "checkbox" },
"keydropshuffle": { "type": "checkbox" },
"pottery": {