Fix: BLESSING_LOST.2, lost 2 blessings

This commit is contained in:
LmeSzinc 2023-10-21 02:09:13 +08:00
parent f979955050
commit c0e255e4cc
2 changed files with 16 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

@ -25,13 +25,22 @@ BLESSING_ENHANCED = ButtonWrapper(
)
BLESSING_LOST = ButtonWrapper(
name='BLESSING_LOST',
share=Button(
file='./assets/share/rogue/ui/BLESSING_LOST.png',
area=(51, 530, 81, 552),
search=(31, 510, 101, 572),
color=(248, 248, 248),
button=(51, 530, 81, 552),
),
share=[
Button(
file='./assets/share/rogue/ui/BLESSING_LOST.png',
area=(51, 530, 81, 552),
search=(31, 510, 101, 572),
color=(248, 248, 248),
button=(51, 530, 81, 552),
),
Button(
file='./assets/share/rogue/ui/BLESSING_LOST.2.png',
area=(315, 530, 340, 552),
search=(31, 510, 101, 572),
color=(246, 246, 246),
button=(315, 530, 340, 552),
),
],
)
BLESSING_OBTAINED = ButtonWrapper(
name='BLESSING_OBTAINED',