Improved Retro button in GUI

This commit is contained in:
codemann8
2025-04-16 01:24:59 -05:00
parent 63f39c5c05
commit 267552bfee
4 changed files with 47 additions and 14 deletions

View File

@@ -294,7 +294,7 @@
"randomizer.item.worldstate.open": "Open",
"randomizer.item.worldstate.inverted": "Inverted",
"randomizer.item.worldstate.retro": "Retro",
"randomizer.item.retro": "Enable Retro",
"randomizer.item.retro": "Retro",
"randomizer.item.logiclevel": "Logic Level",
"randomizer.item.logiclevel.noglitches": "No Glitches",

View File

@@ -6,7 +6,7 @@
"collection_rate": {"type": "checkbox"},
"race": { "type": "checkbox" }
},
"leftItemFrame": {
"worldstateFrame": {
"worldstate": {
"type": "selectbox",
"default": "open",
@@ -14,8 +14,13 @@
"standard",
"open",
"inverted"
]
},
],
"config": {
"width": 13
}
}
},
"leftItemFrame": {
"logiclevel": {
"type": "selectbox",
"options": [
@@ -64,12 +69,6 @@
}
},
"rightItemFrame": {
"retro": {
"type": "button",
"config": {
"command": "retro"
}
},
"sortingalgo": {
"type": "selectbox",
"default": "balanced",