mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-16 13:25:13 +00:00
282 lines
8.1 KiB
Python
282 lines
8.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 ```
|
|
|
|
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),
|
|
),
|
|
en=Button(
|
|
file='./assets/en/base/popup/AFFECTION_LEVEL_UP.png',
|
|
area=(686, 599, 801, 650),
|
|
search=(666, 579, 821, 670),
|
|
color=(217, 227, 243),
|
|
button=(882, 244, 1176, 476),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/base/popup/AFFECTION_LEVEL_UP.png',
|
|
area=(655, 596, 745, 647),
|
|
search=(635, 576, 765, 667),
|
|
color=(199, 220, 242),
|
|
button=(882, 244, 1176, 476),
|
|
),
|
|
)
|
|
AP_EXCEED = ButtonWrapper(
|
|
name='AP_EXCEED',
|
|
jp=Button(
|
|
file='./assets/jp/base/popup/AP_EXCEED.png',
|
|
area=(611, 147, 669, 177),
|
|
search=(591, 127, 689, 197),
|
|
color=(143, 156, 170),
|
|
button=(539, 470, 743, 533),
|
|
),
|
|
en=Button(
|
|
file='./assets/en/base/popup/AP_EXCEED.png',
|
|
area=(583, 138, 693, 178),
|
|
search=(563, 118, 713, 198),
|
|
color=(197, 205, 212),
|
|
button=(537, 470, 747, 530),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/base/popup/AP_EXCEED.png',
|
|
area=(583, 138, 693, 178),
|
|
search=(563, 118, 713, 198),
|
|
color=(197, 205, 212),
|
|
button=(537, 470, 747, 530),
|
|
),
|
|
)
|
|
DAILY_NEWS = ButtonWrapper(
|
|
name='DAILY_NEWS',
|
|
share=Button(
|
|
file='./assets/share/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',
|
|
share=Button(
|
|
file='./assets/share/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',
|
|
share=Button(
|
|
file='./assets/share/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),
|
|
),
|
|
en=Button(
|
|
file='./assets/en/base/popup/GET_REWARD.png',
|
|
area=(629, 138, 651, 167),
|
|
search=(609, 118, 671, 187),
|
|
color=(211, 210, 90),
|
|
button=(578, 617, 707, 646),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/base/popup/GET_REWARD.png',
|
|
area=(587, 131, 630, 155),
|
|
search=(567, 111, 650, 175),
|
|
color=(225, 224, 92),
|
|
button=(574, 610, 713, 651),
|
|
),
|
|
)
|
|
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),
|
|
),
|
|
en=Button(
|
|
file='./assets/en/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),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/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),
|
|
),
|
|
)
|
|
INSUFFICIENT_INVENTORY = ButtonWrapper(
|
|
name='INSUFFICIENT_INVENTORY',
|
|
jp=Button(
|
|
file='./assets/jp/base/popup/INSUFFICIENT_INVENTORY.png',
|
|
area=(610, 124, 669, 153),
|
|
search=(590, 104, 689, 173),
|
|
color=(139, 153, 168),
|
|
button=(535, 494, 746, 565),
|
|
),
|
|
en=Button(
|
|
file='./assets/en/base/popup/INSUFFICIENT_INVENTORY.png',
|
|
area=(578, 117, 703, 152),
|
|
search=(558, 97, 723, 172),
|
|
color=(202, 209, 216),
|
|
button=(535, 502, 747, 560),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/base/popup/INSUFFICIENT_INVENTORY.png',
|
|
area=(578, 117, 703, 152),
|
|
search=(558, 97, 723, 172),
|
|
color=(202, 209, 216),
|
|
button=(535, 502, 747, 560),
|
|
),
|
|
)
|
|
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),
|
|
),
|
|
en=Button(
|
|
file='./assets/en/base/popup/ITEM_EXPIRED.png',
|
|
area=(612, 147, 668, 175),
|
|
search=(592, 127, 688, 195),
|
|
color=(131, 145, 162),
|
|
button=(537, 487, 742, 553),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/base/popup/ITEM_EXPIRED.png',
|
|
area=(612, 147, 668, 175),
|
|
search=(592, 127, 688, 195),
|
|
color=(131, 145, 162),
|
|
button=(537, 487, 742, 553),
|
|
),
|
|
)
|
|
LEVEL_UP = ButtonWrapper(
|
|
name='LEVEL_UP',
|
|
jp=None,
|
|
en=Button(
|
|
file='./assets/en/base/popup/LEVEL_UP.png',
|
|
area=(722, 210, 746, 238),
|
|
search=(702, 190, 766, 258),
|
|
color=(184, 202, 219),
|
|
button=(571, 559, 713, 601),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/base/popup/LEVEL_UP.png',
|
|
area=(722, 210, 746, 238),
|
|
search=(702, 190, 766, 258),
|
|
color=(184, 202, 219),
|
|
button=(571, 559, 713, 601),
|
|
),
|
|
)
|
|
LOCATION_LEVEL_UP = ButtonWrapper(
|
|
name='LOCATION_LEVEL_UP',
|
|
jp=None,
|
|
en=Button(
|
|
file='./assets/en/base/popup/LOCATION_LEVEL_UP.png',
|
|
area=(430, 141, 463, 180),
|
|
search=(410, 121, 483, 200),
|
|
color=(177, 194, 207),
|
|
button=(577, 616, 707, 647),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/base/popup/LOCATION_LEVEL_UP.png',
|
|
area=(571, 146, 624, 172),
|
|
search=(551, 126, 644, 192),
|
|
color=(198, 219, 239),
|
|
button=(573, 614, 706, 650),
|
|
),
|
|
)
|
|
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),
|
|
),
|
|
en=Button(
|
|
file='./assets/en/base/popup/NETWORK_RECONNECT.png',
|
|
area=(688, 484, 852, 517),
|
|
search=(668, 464, 872, 537),
|
|
color=(99, 180, 213),
|
|
button=(664, 469, 871, 534),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/base/popup/NETWORK_RECONNECT.png',
|
|
area=(688, 484, 852, 517),
|
|
search=(668, 464, 872, 537),
|
|
color=(99, 180, 213),
|
|
button=(664, 469, 871, 534),
|
|
),
|
|
)
|
|
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),
|
|
),
|
|
en=Button(
|
|
file='./assets/en/base/popup/NETWORK_RECONNECT_OK.png',
|
|
area=(569, 483, 708, 521),
|
|
search=(549, 463, 728, 541),
|
|
color=(103, 189, 222),
|
|
button=(540, 471, 744, 530),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/base/popup/NETWORK_RECONNECT_OK.png',
|
|
area=(569, 483, 708, 521),
|
|
search=(549, 463, 728, 541),
|
|
color=(103, 189, 222),
|
|
button=(540, 471, 744, 530),
|
|
),
|
|
)
|
|
QUIT = ButtonWrapper(
|
|
name='QUIT',
|
|
jp=None,
|
|
en=Button(
|
|
file='./assets/en/base/popup/QUIT.png',
|
|
area=(587, 309, 688, 357),
|
|
search=(567, 289, 708, 377),
|
|
color=(225, 225, 225),
|
|
button=(410, 473, 623, 532),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/base/popup/QUIT.png',
|
|
area=(556, 310, 713, 364),
|
|
search=(536, 290, 733, 384),
|
|
color=(215, 215, 215),
|
|
button=(411, 472, 620, 535),
|
|
),
|
|
)
|