1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-28 00:04:53 +00:00

feat: shop

This commit is contained in:
RedDeadDepresso
2023-12-19 11:34:06 +00:00
parent 83da63ff8e
commit e17c0a0e44
34 changed files with 1155 additions and 140 deletions
+6 -28
View File
@@ -8,42 +8,20 @@ CLAIM = ButtonWrapper(
jp=None,
en=Button(
file='./assets/en/task/CLAIM.png',
area=(941, 656, 1009, 684),
search=(921, 636, 1029, 704),
color=(213, 190, 58),
area=(935, 639, 1015, 698),
search=(915, 619, 1035, 718),
color=(234, 214, 69),
button=(935, 639, 1015, 698),
),
)
CLAIMED = ButtonWrapper(
name='CLAIMED',
jp=None,
en=Button(
file='./assets/en/task/CLAIMED.png',
area=(941, 653, 1007, 682),
search=(921, 633, 1027, 702),
color=(205, 205, 204),
button=(936, 643, 1012, 698),
),
)
CLAIMED_ALL = ButtonWrapper(
name='CLAIMED_ALL',
jp=None,
en=Button(
file='./assets/en/task/CLAIMED_ALL.png',
area=(1088, 650, 1215, 687),
search=(1068, 630, 1235, 707),
color=(181, 182, 185),
button=(1052, 644, 1250, 700),
),
)
CLAIM_ALL = ButtonWrapper(
name='CLAIM_ALL',
jp=None,
en=Button(
file='./assets/en/task/CLAIM_ALL.png',
area=(1086, 652, 1216, 685),
search=(1066, 632, 1236, 705),
color=(215, 198, 64),
area=(1054, 642, 1243, 700),
search=(1034, 622, 1263, 720),
color=(236, 219, 67),
button=(1054, 642, 1243, 700),
),
)