Moved Shuffle Links option in GUI

This commit is contained in:
codemann8
2021-05-24 18:20:14 -05:00
parent 8545f6696d
commit 78a1f31d74

View File

@@ -2,6 +2,7 @@
"widgets": { "widgets": {
"openpyramid": { "type": "checkbox" }, "openpyramid": { "type": "checkbox" },
"shuffleganon": { "type": "checkbox" }, "shuffleganon": { "type": "checkbox" },
"shufflelinks": { "type": "checkbox" },
"entranceshuffle": { "entranceshuffle": {
"type": "selectbox", "type": "selectbox",
"options": [ "options": [
@@ -18,7 +19,6 @@
"dungeonsfull", "dungeonsfull",
"dungeonssimple" "dungeonssimple"
] ]
}, }
"shufflelinks": { "type": "checkbox" }
} }
} }