Merge branch 'StairLoops' of github.com:Catobat/ALttPDoorRandomizer into Catobat-StairLoops
This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
"randomizer.dungeon.smallkeyshuffle.universal": "Universal",
|
||||
"randomizer.dungeon.bigkeyshuffle": "Big Keys",
|
||||
"randomizer.dungeon.decoupledoors": "Decouple Doors",
|
||||
"randomizer.dungeon.door_self_loops": "Allow Self-Looping Spiral Stairs",
|
||||
|
||||
"randomizer.dungeon.dungeondoorshuffle": "Dungeon Door Shuffle",
|
||||
"randomizer.dungeon.dungeondoorshuffle.vanilla": "Vanilla",
|
||||
|
||||
@@ -66,6 +66,12 @@
|
||||
}
|
||||
},
|
||||
"decoupledoors": {
|
||||
"type": "checkbox",
|
||||
"config": {
|
||||
"padx": [20,0]
|
||||
}
|
||||
},
|
||||
"door_self_loops": {
|
||||
"type": "checkbox",
|
||||
"config": {
|
||||
"padx": [20,0],
|
||||
|
||||
Reference in New Issue
Block a user