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

feat: add assets for JP

This commit is contained in:
2024-01-15 20:36:14 +08:00
parent e6a3b79733
commit 55b4dc9748
78 changed files with 446 additions and 74 deletions
+46 -10
View File
@@ -5,7 +5,13 @@ from module.base.button import Button, ButtonWrapper
CONFIRM = ButtonWrapper(
name='CONFIRM',
jp=None,
jp=Button(
file='./assets/jp/schedule/CONFIRM.png',
area=(532, 524, 742, 591),
search=(512, 504, 762, 611),
color=(114, 214, 249),
button=(532, 524, 742, 591),
),
en=Button(
file='./assets/en/schedule/CONFIRM.png',
area=(532, 528, 748, 589),
@@ -23,7 +29,13 @@ CONFIRM = ButtonWrapper(
)
FIRST_ITEM = ButtonWrapper(
name='FIRST_ITEM',
jp=None,
jp=Button(
file='./assets/jp/schedule/FIRST_ITEM.png',
area=(751, 137, 1133, 236),
search=(731, 117, 1153, 256),
color=(199, 210, 222),
button=(751, 137, 1133, 236),
),
en=Button(
file='./assets/en/schedule/FIRST_ITEM.png',
area=(727, 137, 1103, 239),
@@ -41,7 +53,13 @@ FIRST_ITEM = ButtonWrapper(
)
LOCATIONS = ButtonWrapper(
name='LOCATIONS',
jp=None,
jp=Button(
file='./assets/jp/schedule/LOCATIONS.png',
area=(1085, 637, 1249, 693),
search=(1065, 617, 1269, 713),
color=(107, 201, 237),
button=(1085, 637, 1249, 693),
),
en=Button(
file='./assets/en/schedule/LOCATIONS.png',
area=(1075, 638, 1256, 693),
@@ -59,7 +77,13 @@ LOCATIONS = ButtonWrapper(
)
LOCATIONS_POPUP = ButtonWrapper(
name='LOCATIONS_POPUP',
jp=None,
jp=Button(
file='./assets/jp/schedule/LOCATIONS_POPUP.png',
area=(489, 99, 792, 135),
search=(469, 79, 812, 155),
color=(202, 209, 216),
button=(489, 99, 792, 135),
),
en=Button(
file='./assets/en/schedule/LOCATIONS_POPUP.png',
area=(534, 101, 750, 135),
@@ -77,7 +101,13 @@ LOCATIONS_POPUP = ButtonWrapper(
)
OCR_TICKET = ButtonWrapper(
name='OCR_TICKET',
jp=None,
jp=Button(
file='./assets/jp/schedule/OCR_TICKET.png',
area=(187, 86, 235, 114),
search=(167, 66, 255, 134),
color=(220, 230, 232),
button=(187, 86, 235, 114),
),
en=Button(
file='./assets/en/schedule/OCR_TICKET.png',
area=(220, 79, 266, 121),
@@ -97,10 +127,10 @@ 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),
area=(749, 140, 1130, 669),
search=(729, 120, 1150, 689),
color=(197, 215, 212),
button=(749, 140, 1130, 669),
),
en=Button(
file='./assets/en/schedule/SCROLL.png',
@@ -119,7 +149,13 @@ SCROLL = ButtonWrapper(
)
START_LESSON = ButtonWrapper(
name='START_LESSON',
jp=None,
jp=Button(
file='./assets/jp/schedule/START_LESSON.png',
area=(513, 534, 770, 568),
search=(493, 514, 790, 588),
color=(101, 187, 220),
button=(513, 534, 770, 568),
),
en=Button(
file='./assets/en/schedule/START_LESSON.png',
area=(506, 523, 773, 585),