mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-15 22:19:18 +00:00
Fix: SURVIVAL_INDEX_OE_LOADED when oe is locked
This commit is contained in:
parent
1ba1caabcd
commit
20ec5d0316
BIN
assets/share/dungeon/ui_rogue/SURVIVAL_INDEX_OE_LOADED.2.png
Normal file
BIN
assets/share/dungeon/ui_rogue/SURVIVAL_INDEX_OE_LOADED.2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 11 KiB |
Binary file not shown.
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 7.1 KiB |
@ -45,13 +45,22 @@ SIMULATED_UNIVERSE_LOADED_CLASSIC = ButtonWrapper(
|
||||
)
|
||||
SURVIVAL_INDEX_OE_LOADED = ButtonWrapper(
|
||||
name='SURVIVAL_INDEX_OE_LOADED',
|
||||
share=Button(
|
||||
share=[
|
||||
Button(
|
||||
file='./assets/share/dungeon/ui_rogue/SURVIVAL_INDEX_OE_LOADED.png',
|
||||
area=(455, 208, 485, 338),
|
||||
search=(460, 238, 480, 268),
|
||||
color=(130, 116, 91),
|
||||
button=(455, 208, 485, 338),
|
||||
area=(460, 238, 480, 268),
|
||||
search=(455, 208, 485, 338),
|
||||
color=(221, 192, 131),
|
||||
button=(460, 238, 480, 268),
|
||||
),
|
||||
Button(
|
||||
file='./assets/share/dungeon/ui_rogue/SURVIVAL_INDEX_OE_LOADED.2.png',
|
||||
area=(460, 238, 480, 268),
|
||||
search=(455, 208, 485, 338),
|
||||
color=(198, 161, 100),
|
||||
button=(460, 238, 480, 268),
|
||||
),
|
||||
],
|
||||
)
|
||||
SURVIVAL_INDEX_SU_LOADED = ButtonWrapper(
|
||||
name='SURVIVAL_INDEX_SU_LOADED',
|
||||
|
Loading…
Reference in New Issue
Block a user