1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2025-12-16 22:05:12 +00:00
ArisuAutoSweeper/tasks/base/assets/assets_base_popup.py

106 lines
2.9 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 ```
AFFECTION_LEVEL_UP = ButtonWrapper(
name='AFFECTION_LEVEL_UP',
jp=Button(
file='./assets/jp/base/popup/AFFECTION_LEVEL_UP.png',
area=(643, 599, 773, 641),
search=(623, 579, 793, 661),
color=(208, 223, 243),
button=(882, 244, 1176, 476),
),
)
AP_EXCEED = ButtonWrapper(
name='AP_EXCEED',
jp=Button(
file='./assets/jp/base/popup/AP_EXCEED.png',
area=(610, 124, 669, 153),
search=(590, 104, 689, 173),
color=(139, 153, 168),
button=(535, 494, 746, 565),
),
)
DAILY_NEWS = ButtonWrapper(
name='DAILY_NEWS',
jp=Button(
file='./assets/jp/base/popup/DAILY_NEWS.png',
area=(120, 89, 326, 113),
search=(100, 69, 346, 133),
color=(150, 204, 253),
button=(1128, 89, 1156, 117),
),
)
DAILY_REWARD = ButtonWrapper(
name='DAILY_REWARD',
jp=Button(
file='./assets/jp/base/popup/DAILY_REWARD.png',
area=(416, 165, 434, 216),
search=(396, 145, 454, 236),
color=(203, 227, 237),
button=(920, 632, 1140, 712),
),
)
GET_NEW_STUDENT = ButtonWrapper(
name='GET_NEW_STUDENT',
jp=Button(
file='./assets/jp/base/popup/GET_NEW_STUDENT.png',
area=(32, 93, 158, 114),
search=(12, 73, 178, 134),
color=(125, 132, 92),
button=(934, 643, 1263, 714),
),
)
GET_REWARD = ButtonWrapper(
name='GET_REWARD',
jp=Button(
file='./assets/jp/base/popup/GET_REWARD.png',
area=(657, 145, 693, 170),
search=(637, 125, 713, 190),
color=(230, 222, 93),
button=(675, 623, 870, 695),
),
)
GET_REWARD_SKIP = ButtonWrapper(
name='GET_REWARD_SKIP',
jp=Button(
file='./assets/jp/base/popup/GET_REWARD_SKIP.png',
area=(1137, 34, 1243, 65),
search=(1117, 14, 1263, 85),
color=(197, 200, 205),
button=(1137, 34, 1243, 65),
),
)
ITEM_EXPIRED = ButtonWrapper(
name='ITEM_EXPIRED',
jp=Button(
file='./assets/jp/base/popup/ITEM_EXPIRED.png',
area=(612, 147, 668, 175),
search=(592, 127, 688, 195),
color=(131, 145, 162),
button=(537, 487, 742, 553),
),
)
NETWORK_RECONNECT = ButtonWrapper(
name='NETWORK_RECONNECT',
jp=Button(
file='./assets/jp/base/popup/NETWORK_RECONNECT.png',
area=(725, 488, 810, 516),
search=(705, 468, 830, 536),
color=(78, 138, 169),
button=(663, 467, 870, 537),
),
)
NETWORK_RECONNECT_OK = ButtonWrapper(
name='NETWORK_RECONNECT_OK',
jp=Button(
file='./assets/jp/base/popup/NETWORK_RECONNECT_OK.png',
area=(744, 487, 791, 515),
search=(724, 467, 811, 535),
color=(91, 165, 196),
button=(665, 468, 870, 536),
),
)