mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-16 13:25:13 +00:00
126 lines
3.5 KiB
Python
126 lines
3.5 KiB
Python
from module.base.button import Button, ButtonWrapper
|
|
|
|
# This file was auto-generated, do not modify it manually. To generate:
|
|
# ``` python -m dev_tools.button_extract ```
|
|
|
|
CLAIM = ButtonWrapper(
|
|
name='CLAIM',
|
|
jp=Button(
|
|
file='./assets/jp/task/CLAIM.png',
|
|
area=(936, 641, 1010, 696),
|
|
search=(916, 621, 1030, 716),
|
|
color=(230, 210, 63),
|
|
button=(936, 641, 1010, 696),
|
|
),
|
|
en=Button(
|
|
file='./assets/en/task/CLAIM.png',
|
|
area=(935, 639, 1015, 698),
|
|
search=(915, 619, 1035, 718),
|
|
color=(234, 214, 69),
|
|
button=(935, 639, 1015, 698),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/task/CLAIM.png',
|
|
area=(929, 647, 1016, 693),
|
|
search=(909, 627, 1036, 713),
|
|
color=(230, 210, 62),
|
|
button=(929, 647, 1016, 693),
|
|
),
|
|
)
|
|
CLAIMED = ButtonWrapper(
|
|
name='CLAIMED',
|
|
jp=Button(
|
|
file='./assets/jp/task/CLAIMED.png',
|
|
area=(935, 641, 1010, 696),
|
|
search=(915, 621, 1030, 716),
|
|
color=(211, 211, 210),
|
|
button=(935, 641, 1010, 696),
|
|
),
|
|
en=Button(
|
|
file='./assets/en/task/CLAIMED.png',
|
|
area=(937, 641, 1010, 696),
|
|
search=(917, 621, 1030, 716),
|
|
color=(212, 212, 211),
|
|
button=(937, 641, 1010, 696),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/task/CLAIMED.png',
|
|
area=(929, 645, 1014, 699),
|
|
search=(909, 625, 1034, 719),
|
|
color=(211, 211, 210),
|
|
button=(929, 645, 1014, 699),
|
|
),
|
|
)
|
|
CLAIMED_ALL = ButtonWrapper(
|
|
name='CLAIMED_ALL',
|
|
jp=Button(
|
|
file='./assets/jp/task/CLAIMED_ALL.png',
|
|
area=(1057, 640, 1242, 701),
|
|
search=(1037, 620, 1262, 720),
|
|
color=(192, 193, 196),
|
|
button=(1057, 640, 1242, 701),
|
|
),
|
|
en=Button(
|
|
file='./assets/en/task/CLAIMED_ALL.png',
|
|
area=(1058, 641, 1240, 701),
|
|
search=(1038, 621, 1260, 720),
|
|
color=(193, 193, 196),
|
|
button=(1058, 641, 1240, 701),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/task/CLAIMED_ALL.png',
|
|
area=(1058, 646, 1246, 701),
|
|
search=(1038, 626, 1266, 720),
|
|
color=(190, 190, 193),
|
|
button=(1058, 646, 1246, 701),
|
|
),
|
|
)
|
|
CLAIM_ALL = ButtonWrapper(
|
|
name='CLAIM_ALL',
|
|
jp=Button(
|
|
file='./assets/jp/task/CLAIM_ALL.png',
|
|
area=(1058, 641, 1242, 701),
|
|
search=(1038, 621, 1262, 720),
|
|
color=(235, 218, 67),
|
|
button=(1058, 641, 1242, 701),
|
|
),
|
|
en=Button(
|
|
file='./assets/en/task/CLAIM_ALL.png',
|
|
area=(1054, 642, 1243, 700),
|
|
search=(1034, 622, 1263, 720),
|
|
color=(236, 219, 67),
|
|
button=(1054, 642, 1243, 700),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/task/CLAIM_ALL.png',
|
|
area=(1050, 645, 1248, 699),
|
|
search=(1030, 625, 1268, 719),
|
|
color=(231, 213, 65),
|
|
button=(1050, 645, 1248, 699),
|
|
),
|
|
)
|
|
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),
|
|
),
|
|
en=Button(
|
|
file='./assets/en/task/COMPLETE.png',
|
|
area=(921, 643, 1026, 692),
|
|
search=(901, 623, 1046, 712),
|
|
color=(127, 131, 135),
|
|
button=(921, 643, 1026, 692),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/task/COMPLETE.png',
|
|
area=(933, 644, 1016, 697),
|
|
search=(913, 624, 1036, 717),
|
|
color=(127, 131, 135),
|
|
button=(933, 644, 1016, 697),
|
|
),
|
|
)
|