mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-19 12:55:38 +00:00
186 lines
4.9 KiB
Python
186 lines
4.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 ```
|
|
|
|
CONFIRM_PURCHASE = ButtonWrapper(
|
|
name='CONFIRM_PURCHASE',
|
|
jp=None,
|
|
en=Button(
|
|
file='./assets/en/shop/CONFIRM_PURCHASE.png',
|
|
area=(467, 231, 807, 309),
|
|
search=(447, 211, 827, 329),
|
|
color=(217, 218, 219),
|
|
button=(668, 458, 865, 514),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/shop/CONFIRM_PURCHASE.png',
|
|
area=(523, 224, 755, 320),
|
|
search=(503, 204, 775, 340),
|
|
color=(214, 215, 215),
|
|
button=(669, 456, 873, 518),
|
|
),
|
|
)
|
|
CONFIRM_REFRESH = ButtonWrapper(
|
|
name='CONFIRM_REFRESH',
|
|
jp=None,
|
|
en=Button(
|
|
file='./assets/en/shop/CONFIRM_REFRESH.png',
|
|
area=(474, 271, 806, 306),
|
|
search=(454, 251, 826, 326),
|
|
color=(202, 203, 204),
|
|
button=(675, 434, 863, 500),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/shop/CONFIRM_REFRESH.png',
|
|
area=(504, 260, 782, 308),
|
|
search=(484, 240, 802, 328),
|
|
color=(205, 206, 207),
|
|
button=(671, 432, 866, 498),
|
|
),
|
|
)
|
|
ITEM_LIST = ButtonWrapper(
|
|
name='ITEM_LIST',
|
|
jp=None,
|
|
en=Button(
|
|
file='./assets/en/shop/ITEM_LIST.png',
|
|
area=(625, 127, 1244, 610),
|
|
search=(605, 107, 1264, 630),
|
|
color=(193, 206, 213),
|
|
button=(625, 127, 1244, 610),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/shop/ITEM_LIST.png',
|
|
area=(625, 127, 1244, 610),
|
|
search=(605, 107, 1264, 630),
|
|
color=(193, 206, 213),
|
|
button=(625, 127, 1244, 610),
|
|
),
|
|
)
|
|
NORMAL_OFF = ButtonWrapper(
|
|
name='NORMAL_OFF',
|
|
jp=None,
|
|
en=Button(
|
|
file='./assets/en/shop/NORMAL_OFF.png',
|
|
area=(4, 111, 213, 167),
|
|
search=(0, 91, 233, 187),
|
|
color=(248, 248, 245),
|
|
button=(4, 111, 213, 167),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/shop/NORMAL_OFF.png',
|
|
area=(4, 104, 214, 155),
|
|
search=(0, 84, 234, 175),
|
|
color=(249, 248, 245),
|
|
button=(4, 104, 214, 155),
|
|
),
|
|
)
|
|
NORMAL_ON = ButtonWrapper(
|
|
name='NORMAL_ON',
|
|
jp=None,
|
|
en=Button(
|
|
file='./assets/en/shop/NORMAL_ON.png',
|
|
area=(4, 109, 212, 170),
|
|
search=(0, 89, 232, 190),
|
|
color=(57, 78, 96),
|
|
button=(4, 109, 212, 170),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/shop/NORMAL_ON.png',
|
|
area=(2, 109, 206, 167),
|
|
search=(0, 89, 226, 187),
|
|
color=(56, 77, 97),
|
|
button=(2, 109, 206, 167),
|
|
),
|
|
)
|
|
OCR_REFRESH = ButtonWrapper(
|
|
name='OCR_REFRESH',
|
|
jp=None,
|
|
en=Button(
|
|
file='./assets/en/shop/OCR_REFRESH.png',
|
|
area=(712, 302, 762, 344),
|
|
search=(692, 282, 782, 364),
|
|
color=(225, 225, 226),
|
|
button=(712, 302, 762, 344),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/shop/OCR_REFRESH.png',
|
|
area=(673, 303, 731, 341),
|
|
search=(653, 283, 751, 361),
|
|
color=(226, 227, 227),
|
|
button=(673, 303, 731, 341),
|
|
),
|
|
)
|
|
PURCHASE = ButtonWrapper(
|
|
name='PURCHASE',
|
|
jp=None,
|
|
en=Button(
|
|
file='./assets/en/shop/PURCHASE.png',
|
|
area=(1102, 640, 1227, 684),
|
|
search=(1082, 620, 1247, 704),
|
|
color=(226, 206, 65),
|
|
button=(1102, 640, 1227, 684),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/shop/PURCHASE.png',
|
|
area=(1105, 640, 1231, 681),
|
|
search=(1085, 620, 1251, 701),
|
|
color=(212, 191, 62),
|
|
button=(1105, 640, 1231, 681),
|
|
),
|
|
)
|
|
REFRESH = ButtonWrapper(
|
|
name='REFRESH',
|
|
jp=None,
|
|
en=Button(
|
|
file='./assets/en/shop/REFRESH.png',
|
|
area=(1098, 643, 1223, 682),
|
|
search=(1078, 623, 1243, 702),
|
|
color=(231, 234, 237),
|
|
button=(1098, 643, 1223, 682),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/shop/REFRESH.png',
|
|
area=(1096, 644, 1226, 681),
|
|
search=(1076, 624, 1246, 701),
|
|
color=(221, 224, 229),
|
|
button=(1096, 644, 1226, 681),
|
|
),
|
|
)
|
|
TC_OFF = ButtonWrapper(
|
|
name='TC_OFF',
|
|
jp=None,
|
|
en=Button(
|
|
file='./assets/en/shop/TC_OFF.png',
|
|
area=(2, 503, 209, 558),
|
|
search=(0, 483, 229, 578),
|
|
color=(239, 242, 244),
|
|
button=(2, 503, 209, 558),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/shop/TC_OFF.png',
|
|
area=(4, 503, 211, 553),
|
|
search=(0, 483, 231, 573),
|
|
color=(235, 239, 241),
|
|
button=(4, 503, 211, 553),
|
|
),
|
|
)
|
|
TC_ON = ButtonWrapper(
|
|
name='TC_ON',
|
|
jp=None,
|
|
en=Button(
|
|
file='./assets/en/shop/TC_ON.png',
|
|
area=(3, 493, 208, 548),
|
|
search=(0, 473, 228, 568),
|
|
color=(62, 84, 99),
|
|
button=(3, 493, 208, 548),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/shop/TC_ON.png',
|
|
area=(0, 492, 211, 548),
|
|
search=(0, 472, 231, 568),
|
|
color=(65, 86, 98),
|
|
button=(0, 492, 211, 548),
|
|
),
|
|
)
|