1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-09 22:14:51 +00:00

fix(task): add correct complete check for jp

This commit is contained in:
2024-01-15 21:57:51 +08:00
parent 830bc8d211
commit a5d478ce56
2 changed files with 4 additions and 4 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

+4 -4
View File
@@ -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',