Expanded and restructured OW Shuffle to include more Crossed options

This commit is contained in:
codemann8
2021-08-24 02:39:24 -05:00
parent d1b0b57d53
commit b2bcdfd286
14 changed files with 344 additions and 421 deletions

View File

@@ -21,8 +21,15 @@
},
"rightOverworldFrame": {
"crossed": {
"type": "checkbox",
"default": false
"type": "selectbox",
"default": "vanilla",
"options": [
"none",
"polar",
"grouped",
"limited",
"chaos"
]
},
"mixed": {
"type": "checkbox",