1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-09 20:04:52 +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
+4 -4
View File
@@ -103,10 +103,10 @@ COMPLETE = ButtonWrapper(
name='COMPLETE',
jp=Button(
file='./assets/jp/task/COMPLETE.png',
area=(933, 644, 1016, 697),
search=(913, 624, 1036, 717),
color=(127, 131, 135),
button=(933, 644, 1016, 697),
area=(936, 644, 1014, 693),
search=(916, 624, 1034, 713),
color=(128, 131, 135),
button=(936, 644, 1014, 693),
),
en=Button(
file='./assets/en/task/COMPLETE.png',