Fix: SURVIVAL_INDEX_OE_LOADED when oe is locked

This commit is contained in:
LmeSzinc 2024-08-11 02:12:54 +08:00
parent 1ba1caabcd
commit 20ec5d0316
4 changed files with 16 additions and 7 deletions

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

View File

@ -45,13 +45,22 @@ SIMULATED_UNIVERSE_LOADED_CLASSIC = ButtonWrapper(
)
SURVIVAL_INDEX_OE_LOADED = ButtonWrapper(
name='SURVIVAL_INDEX_OE_LOADED',
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),
),
share=[
Button(
file='./assets/share/dungeon/ui_rogue/SURVIVAL_INDEX_OE_LOADED.png',
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',