mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-16 22:05:12 +00:00
fix(task): add correct complete check for jp
This commit is contained in:
parent
830bc8d211
commit
a5d478ce56
Binary file not shown.
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.1 KiB |
@ -103,10 +103,10 @@ COMPLETE = ButtonWrapper(
|
|||||||
name='COMPLETE',
|
name='COMPLETE',
|
||||||
jp=Button(
|
jp=Button(
|
||||||
file='./assets/jp/task/COMPLETE.png',
|
file='./assets/jp/task/COMPLETE.png',
|
||||||
area=(933, 644, 1016, 697),
|
area=(936, 644, 1014, 693),
|
||||||
search=(913, 624, 1036, 717),
|
search=(916, 624, 1034, 713),
|
||||||
color=(127, 131, 135),
|
color=(128, 131, 135),
|
||||||
button=(933, 644, 1016, 697),
|
button=(936, 644, 1014, 693),
|
||||||
),
|
),
|
||||||
en=Button(
|
en=Button(
|
||||||
file='./assets/en/task/COMPLETE.png',
|
file='./assets/en/task/COMPLETE.png',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user