Fix: double information location (#369)

(cherry picked from commit ff82687166)
This commit is contained in:
Yinhr 2024-03-16 15:57:17 +08:00 committed by LmeSzinc
parent e0acc9789e
commit 78d631935e
2 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -37,10 +37,10 @@ OCR_DOUBLE_EVENT_REMAIN = ButtonWrapper(
name='OCR_DOUBLE_EVENT_REMAIN',
share=Button(
file='./assets/share/dungeon/event/OCR_DOUBLE_EVENT_REMAIN.png',
area=(513, 181, 1103, 203),
search=(493, 161, 1123, 223),
color=(201, 164, 88),
button=(513, 181, 1103, 203),
area=(517, 239, 1081, 261),
search=(497, 219, 1101, 281),
color=(198, 161, 90),
button=(517, 239, 1081, 261),
),
)
OCR_DOUBLE_EVENT_REMAIN_AT_COMBAT = ButtonWrapper(