mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-18 10:55:12 +00:00
138 lines
3.8 KiB
Python
138 lines
3.8 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 = ButtonWrapper(
|
|
name='CONFIRM',
|
|
jp=None,
|
|
en=Button(
|
|
file='./assets/en/schedule/CONFIRM.png',
|
|
area=(532, 528, 748, 589),
|
|
search=(512, 508, 768, 609),
|
|
color=(110, 207, 241),
|
|
button=(532, 528, 748, 589),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/schedule/CONFIRM.png',
|
|
area=(529, 526, 746, 587),
|
|
search=(509, 506, 766, 607),
|
|
color=(111, 209, 244),
|
|
button=(529, 526, 746, 587),
|
|
),
|
|
)
|
|
FIRST_ITEM = ButtonWrapper(
|
|
name='FIRST_ITEM',
|
|
jp=None,
|
|
en=Button(
|
|
file='./assets/en/schedule/FIRST_ITEM.png',
|
|
area=(727, 137, 1103, 239),
|
|
search=(707, 117, 1123, 259),
|
|
color=(200, 209, 220),
|
|
button=(727, 137, 1103, 239),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/schedule/FIRST_ITEM.png',
|
|
area=(727, 137, 1103, 239),
|
|
search=(707, 117, 1123, 259),
|
|
color=(200, 209, 220),
|
|
button=(727, 137, 1103, 239),
|
|
),
|
|
)
|
|
LOCATIONS = ButtonWrapper(
|
|
name='LOCATIONS',
|
|
jp=None,
|
|
en=Button(
|
|
file='./assets/en/schedule/LOCATIONS.png',
|
|
area=(1075, 638, 1256, 693),
|
|
search=(1055, 618, 1276, 713),
|
|
color=(107, 202, 237),
|
|
button=(1075, 638, 1256, 693),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/schedule/LOCATIONS.png',
|
|
area=(1078, 639, 1251, 692),
|
|
search=(1058, 619, 1271, 712),
|
|
color=(103, 193, 228),
|
|
button=(1078, 639, 1251, 692),
|
|
),
|
|
)
|
|
LOCATIONS_POPUP = ButtonWrapper(
|
|
name='LOCATIONS_POPUP',
|
|
jp=None,
|
|
en=Button(
|
|
file='./assets/en/schedule/LOCATIONS_POPUP.png',
|
|
area=(534, 101, 750, 135),
|
|
search=(514, 81, 770, 155),
|
|
color=(194, 202, 210),
|
|
button=(534, 101, 750, 135),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/schedule/LOCATIONS_POPUP.png',
|
|
area=(542, 95, 732, 136),
|
|
search=(522, 75, 752, 156),
|
|
color=(184, 192, 202),
|
|
button=(542, 95, 732, 136),
|
|
),
|
|
)
|
|
OCR_TICKET = ButtonWrapper(
|
|
name='OCR_TICKET',
|
|
jp=None,
|
|
en=Button(
|
|
file='./assets/en/schedule/OCR_TICKET.png',
|
|
area=(220, 79, 266, 121),
|
|
search=(200, 59, 286, 141),
|
|
color=(214, 225, 229),
|
|
button=(220, 79, 266, 121),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/schedule/OCR_TICKET.png',
|
|
area=(152, 82, 202, 120),
|
|
search=(132, 62, 222, 140),
|
|
color=(217, 228, 231),
|
|
button=(152, 82, 202, 120),
|
|
),
|
|
)
|
|
SCROLL = ButtonWrapper(
|
|
name='SCROLL',
|
|
jp=Button(
|
|
file='./assets/jp/schedule/SCROLL.png',
|
|
area=(742, 136, 1101, 671),
|
|
search=(722, 116, 1121, 691),
|
|
color=(198, 214, 210),
|
|
button=(742, 136, 1101, 671),
|
|
),
|
|
en=Button(
|
|
file='./assets/en/schedule/SCROLL.png',
|
|
area=(727, 137, 1103, 671),
|
|
search=(707, 117, 1123, 691),
|
|
color=(198, 214, 210),
|
|
button=(727, 137, 1103, 671),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/schedule/SCROLL.png',
|
|
area=(727, 137, 1103, 671),
|
|
search=(707, 117, 1123, 691),
|
|
color=(198, 214, 210),
|
|
button=(727, 137, 1103, 671),
|
|
),
|
|
)
|
|
START_LESSON = ButtonWrapper(
|
|
name='START_LESSON',
|
|
jp=None,
|
|
en=Button(
|
|
file='./assets/en/schedule/START_LESSON.png',
|
|
area=(506, 523, 773, 585),
|
|
search=(486, 503, 793, 605),
|
|
color=(110, 205, 239),
|
|
button=(506, 523, 773, 585),
|
|
),
|
|
zht=Button(
|
|
file='./assets/zht/schedule/START_LESSON.png',
|
|
area=(506, 527, 774, 577),
|
|
search=(486, 507, 794, 597),
|
|
color=(104, 194, 228),
|
|
button=(506, 527, 774, 577),
|
|
),
|
|
)
|