Merge branch 'DoorDevUnstable' into DoorDevVolatile
# Conflicts: # Main.py # MultiClient.py # Rom.py # data/base2current.bps # resources/app/gui/lang/en.json # resources/app/gui/randomize/item/widgets.json # source/gui/bottom.py # source/gui/widgets.py
This commit is contained in:
@@ -228,6 +228,7 @@
|
||||
"randomizer.item.worldstate.open": "Open",
|
||||
"randomizer.item.worldstate.inverted": "Inverted",
|
||||
"randomizer.item.worldstate.retro": "Retro",
|
||||
"randomizer.item.retro": "Enable Retro",
|
||||
|
||||
"randomizer.item.logiclevel": "Logic Level",
|
||||
"randomizer.item.logiclevel.noglitches": "No Glitches",
|
||||
@@ -242,7 +243,7 @@
|
||||
"randomizer.item.goal.triforcehunt": "Triforce Hunt",
|
||||
"randomizer.item.goal.trinity": "Trinity",
|
||||
"randomizer.item.goal.crystals": "Crystals",
|
||||
"randomizer.item.goal.ganonhunt": "Triforce Hunt + Ganon",
|
||||
"randomizer.item.goal.ganonhunt": "Ganonhunt",
|
||||
"randomizer.item.goal.completionist": "Completionist",
|
||||
|
||||
"randomizer.item.crystals_gt": "Crystals to open GT",
|
||||
@@ -325,7 +326,7 @@
|
||||
"randomizer.item.dropshuffle.none": "None",
|
||||
"randomizer.item.dropshuffle.keys": "Small Key Enemies",
|
||||
"randomizer.item.dropshuffle.underworld": "Underworld Enemies",
|
||||
"randomizer.item.keydropshuffle": "Key Drop Shuffle (Legacy)",
|
||||
"randomizer.item.keydropshuffle": "Enable Key Drop Shuffle (Legacy)",
|
||||
|
||||
"randomizer.item.take_any": "Take Any Caves",
|
||||
"randomizer.item.take_any.none": "None",
|
||||
|
||||
@@ -11,12 +11,8 @@
|
||||
"options": [
|
||||
"standard",
|
||||
"open",
|
||||
"inverted",
|
||||
"retro"
|
||||
],
|
||||
"config": {
|
||||
"command": "worldstate"
|
||||
}
|
||||
"inverted"
|
||||
]
|
||||
},
|
||||
"logiclevel": {
|
||||
"type": "selectbox",
|
||||
@@ -65,6 +61,12 @@
|
||||
}
|
||||
},
|
||||
"rightItemFrame": {
|
||||
"retro": {
|
||||
"type": "button",
|
||||
"config": {
|
||||
"command": "retro"
|
||||
}
|
||||
},
|
||||
"sortingalgo": {
|
||||
"type": "selectbox",
|
||||
"default": "balanced",
|
||||
@@ -140,13 +142,19 @@
|
||||
"colorizepots": {
|
||||
"type": "checkbox",
|
||||
"config": {
|
||||
"padx": [50,0]
|
||||
"padx": [
|
||||
50,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"potshuffle": {
|
||||
"type": "checkbox",
|
||||
"config": {
|
||||
"padx": [50,0]
|
||||
"padx": [
|
||||
50,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"dropshuffle": {
|
||||
@@ -156,7 +164,9 @@
|
||||
"none",
|
||||
"keys",
|
||||
"underworld"
|
||||
]},
|
||||
]}
|
||||
},
|
||||
"leftPoolFrame2": {
|
||||
"keydropshuffle": {
|
||||
"type": "checkbox",
|
||||
"config": {
|
||||
|
||||
Reference in New Issue
Block a user