1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2025-12-16 19:55:12 +00:00
ArisuAutoSweeper/tasks/circle/assets/assets_circle.py

41 lines
1.1 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 ```
CIRCLE = ButtonWrapper(
name='CIRCLE',
jp=Button(
file='./assets/jp/circle/CIRCLE.png',
area=(197, 315, 228, 350),
search=(177, 295, 248, 370),
color=(166, 215, 235),
button=(188, 299, 435, 456),
),
en=None,
)
GET_REWARD_AP = ButtonWrapper(
name='GET_REWARD_AP',
jp=Button(
file='./assets/jp/circle/GET_REWARD_AP.png',
area=(540, 148, 623, 175),
search=(520, 128, 643, 195),
color=(198, 206, 213),
button=(543, 457, 735, 524),
),
en=Button(
file='./assets/en/circle/GET_REWARD_AP.png',
area=(420, 143, 851, 182),
search=(400, 123, 871, 202),
color=(204, 212, 219),
button=(545, 460, 741, 521),
),
zht=Button(
file='./assets/zht/circle/GET_REWARD_AP.png',
area=(539, 145, 740, 175),
search=(519, 125, 760, 195),
color=(160, 172, 184),
button=(540, 456, 741, 521),
),
)