mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
Fix: double information location (#369)
(cherry picked from commit ff82687166
)
This commit is contained in:
parent
e0acc9789e
commit
78d631935e
Binary file not shown.
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 30 KiB |
@ -37,10 +37,10 @@ OCR_DOUBLE_EVENT_REMAIN = ButtonWrapper(
|
|||||||
name='OCR_DOUBLE_EVENT_REMAIN',
|
name='OCR_DOUBLE_EVENT_REMAIN',
|
||||||
share=Button(
|
share=Button(
|
||||||
file='./assets/share/dungeon/event/OCR_DOUBLE_EVENT_REMAIN.png',
|
file='./assets/share/dungeon/event/OCR_DOUBLE_EVENT_REMAIN.png',
|
||||||
area=(513, 181, 1103, 203),
|
area=(517, 239, 1081, 261),
|
||||||
search=(493, 161, 1123, 223),
|
search=(497, 219, 1101, 281),
|
||||||
color=(201, 164, 88),
|
color=(198, 161, 90),
|
||||||
button=(513, 181, 1103, 203),
|
button=(517, 239, 1081, 261),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
OCR_DOUBLE_EVENT_REMAIN_AT_COMBAT = ButtonWrapper(
|
OCR_DOUBLE_EVENT_REMAIN_AT_COMBAT = ButtonWrapper(
|
||||||
|
Loading…
Reference in New Issue
Block a user