1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-09 20:04:52 +00:00

feat: add assets for JP

This commit is contained in:
2024-01-15 20:36:14 +08:00
parent e6a3b79733
commit 55b4dc9748
78 changed files with 446 additions and 74 deletions
+7 -1
View File
@@ -101,7 +101,13 @@ CLAIM_ALL = ButtonWrapper(
)
COMPLETE = ButtonWrapper(
name='COMPLETE',
jp=None,
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),
),
en=Button(
file='./assets/en/task/COMPLETE.png',
area=(921, 643, 1026, 692),