Merge branch 'DoorDevUnstable' into DoorDevVolatile
# Conflicts: # CLI.py # Main.py # RELEASENOTES.md # Rom.py # Rules.py # data/base2current.bps # source/classes/CustomSettings.py # source/tools/MysteryUtils.py
This commit is contained in:
@@ -58,10 +58,12 @@
|
||||
"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",
|
||||
"randomizer.dungeon.dungeondoorshuffle.basic": "Basic",
|
||||
"randomizer.dungeon.dungeondoorshuffle.paired": "Paired",
|
||||
"randomizer.dungeon.dungeondoorshuffle.partitioned": "Partitioned",
|
||||
"randomizer.dungeon.dungeondoorshuffle.crossed": "Crossed",
|
||||
|
||||
|
||||
@@ -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