Merged Parallel Worlds into OW Layout Shuffle setting
This commit is contained in:
@@ -109,14 +109,12 @@
|
||||
"randomizer.enemizer.enemizercli.online": "(get online)",
|
||||
|
||||
|
||||
"randomizer.overworld.overworldshuffle": "Overworld Shuffle",
|
||||
"randomizer.overworld.overworldshuffle": "Layout Shuffle",
|
||||
"randomizer.overworld.overworldshuffle.vanilla": "Vanilla",
|
||||
"randomizer.overworld.overworldshuffle.simple": "Simple",
|
||||
"randomizer.overworld.overworldshuffle.parallel": "Parallel",
|
||||
"randomizer.overworld.overworldshuffle.full": "Full",
|
||||
"randomizer.overworld.overworldshuffle.crossed": "Crossed",
|
||||
|
||||
"randomizer.overworld.keepsimilar": "Keep Similar Edges Together",
|
||||
"randomizer.overworld.parallelworlds": "Parallel Worlds",
|
||||
|
||||
"randomizer.entrance.openpyramid": "Pre-open Pyramid Hole",
|
||||
"randomizer.entrance.shuffleganon": "Include Ganon's Tower and Pyramid Hole in shuffle pool",
|
||||
|
||||
@@ -2,19 +2,16 @@
|
||||
"widgets": {
|
||||
"overworldshuffle": {
|
||||
"type": "selectbox",
|
||||
"default": "full",
|
||||
"default": "parallel",
|
||||
"options": [
|
||||
"vanilla",
|
||||
"parallel",
|
||||
"full"
|
||||
]
|
||||
},
|
||||
"keepsimilar": {
|
||||
"type": "checkbox",
|
||||
"default": true
|
||||
},
|
||||
"parallelworlds": {
|
||||
"type": "checkbox",
|
||||
"default": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user