1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2025-12-17 00:15:13 +00:00
ArisuAutoSweeper/tasks/task/assets/assets_task.py
RedDeadDepresso 151a085a9c
fix: task
2024-01-15 17:45:25 +08:00

85 lines
2.3 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),
),
)
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),
),
)
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),
),
)
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),
),
)
COMPLETE = ButtonWrapper(
name='COMPLETE',
jp=None,
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),
),
)