1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-09 22:14:51 +00:00

feat:lesson

This commit is contained in:
RedDeadDepresso
2024-01-01 11:04:16 +00:00
committed by YoursFunny
parent 93b7ca8cfc
commit fe7c6f92a8
20 changed files with 969 additions and 1 deletions
+66
View File
@@ -3,6 +3,61 @@ 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),
),
)
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),
),
)
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),
),
)
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),
),
)
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),
),
)
SCROLL = ButtonWrapper(
name='SCROLL',
jp=Button(
@@ -20,3 +75,14 @@ SCROLL = ButtonWrapper(
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),
),
)