mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-15 22:19:18 +00:00
Fix: Check the last appear area of assignment started popup
This commit is contained in:
parent
c43a0837c4
commit
83333a8a63
Binary file not shown.
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 5.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.5 KiB |
@ -43,17 +43,17 @@ ASSIGNMENT_STARTED_CHECK = ButtonWrapper(
|
||||
share=[
|
||||
Button(
|
||||
file='./assets/share/assignment/dispatch/ASSIGNMENT_STARTED_CHECK.png',
|
||||
area=(542, 412, 1156, 422),
|
||||
search=(522, 392, 1176, 442),
|
||||
color=(232, 230, 226),
|
||||
button=(542, 412, 1156, 422),
|
||||
area=(509, 317, 525, 383),
|
||||
search=(489, 297, 545, 403),
|
||||
color=(231, 231, 225),
|
||||
button=(509, 317, 525, 383),
|
||||
),
|
||||
Button(
|
||||
file='./assets/share/assignment/dispatch/ASSIGNMENT_STARTED_CHECK.2.png',
|
||||
area=(542, 412, 1156, 422),
|
||||
search=(522, 392, 1176, 442),
|
||||
color=(254, 244, 221),
|
||||
button=(542, 412, 1156, 422),
|
||||
area=(508, 316, 526, 384),
|
||||
search=(488, 296, 546, 404),
|
||||
color=(225, 217, 196),
|
||||
button=(508, 316, 526, 384),
|
||||
),
|
||||
],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user