1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-09 20:04:52 +00:00

feat: traditional chinese

This commit is contained in:
RedDeadDepresso
2024-01-07 20:53:43 +00:00
committed by YoursFunny
parent e28b2f1e2e
commit f4ad80d17e
228 changed files with 1234 additions and 6 deletions
+49
View File
@@ -13,6 +13,13 @@ CONFIRM = ButtonWrapper(
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',
@@ -24,6 +31,13 @@ FIRST_ITEM = ButtonWrapper(
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',
@@ -35,6 +49,13 @@ LOCATIONS = ButtonWrapper(
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',
@@ -46,6 +67,13 @@ LOCATIONS_POPUP = ButtonWrapper(
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',
@@ -57,6 +85,13 @@ OCR_TICKET = ButtonWrapper(
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',
@@ -74,6 +109,13 @@ SCROLL = ButtonWrapper(
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',
@@ -85,4 +127,11 @@ START_LESSON = ButtonWrapper(
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),
),
)