mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-09 20:04:52 +00:00
feat: add assets for JP
This commit is contained in:
@@ -159,7 +159,13 @@ CRAFTING_CHECK = ButtonWrapper(
|
||||
)
|
||||
EVENT_CHECK = ButtonWrapper(
|
||||
name='EVENT_CHECK',
|
||||
jp=None,
|
||||
jp=Button(
|
||||
file='./assets/jp/base/page/EVENT_CHECK.png',
|
||||
area=(107, 11, 210, 37),
|
||||
search=(87, 0, 230, 57),
|
||||
color=(204, 211, 218),
|
||||
button=(107, 11, 210, 37),
|
||||
),
|
||||
en=Button(
|
||||
file='./assets/en/base/page/EVENT_CHECK.png',
|
||||
area=(102, 6, 187, 40),
|
||||
@@ -629,7 +635,13 @@ WORK_GO_TO_COMMISSIONS = ButtonWrapper(
|
||||
)
|
||||
WORK_GO_TO_EVENT = ButtonWrapper(
|
||||
name='WORK_GO_TO_EVENT',
|
||||
jp=None,
|
||||
jp=Button(
|
||||
file='./assets/jp/base/page/WORK_GO_TO_EVENT.png',
|
||||
area=(63, 131, 142, 205),
|
||||
search=(43, 111, 162, 225),
|
||||
color=(122, 127, 129),
|
||||
button=(63, 131, 142, 205),
|
||||
),
|
||||
en=Button(
|
||||
file='./assets/en/base/page/WORK_GO_TO_EVENT.png',
|
||||
area=(67, 131, 142, 201),
|
||||
|
||||
@@ -179,7 +179,13 @@ ITEM_EXPIRED = ButtonWrapper(
|
||||
)
|
||||
LEVEL_UP = ButtonWrapper(
|
||||
name='LEVEL_UP',
|
||||
jp=None,
|
||||
jp=Button(
|
||||
file='./assets/jp/base/popup/LEVEL_UP.png',
|
||||
area=(722, 210, 746, 238),
|
||||
search=(702, 190, 766, 258),
|
||||
color=(184, 202, 219),
|
||||
button=(571, 559, 713, 601),
|
||||
),
|
||||
en=Button(
|
||||
file='./assets/en/base/popup/LEVEL_UP.png',
|
||||
area=(722, 210, 746, 238),
|
||||
@@ -197,7 +203,13 @@ LEVEL_UP = ButtonWrapper(
|
||||
)
|
||||
LOCATION_LEVEL_UP = ButtonWrapper(
|
||||
name='LOCATION_LEVEL_UP',
|
||||
jp=None,
|
||||
jp=Button(
|
||||
file='./assets/jp/base/popup/LOCATION_LEVEL_UP.png',
|
||||
area=(430, 141, 463, 180),
|
||||
search=(410, 121, 483, 200),
|
||||
color=(177, 194, 207),
|
||||
button=(577, 616, 707, 647),
|
||||
),
|
||||
en=Button(
|
||||
file='./assets/en/base/popup/LOCATION_LEVEL_UP.png',
|
||||
area=(430, 141, 463, 180),
|
||||
@@ -263,7 +275,13 @@ NETWORK_RECONNECT_OK = ButtonWrapper(
|
||||
)
|
||||
QUIT = ButtonWrapper(
|
||||
name='QUIT',
|
||||
jp=None,
|
||||
jp=Button(
|
||||
file='./assets/jp/base/popup/QUIT.png',
|
||||
area=(497, 313, 779, 353),
|
||||
search=(477, 293, 799, 373),
|
||||
color=(210, 210, 210),
|
||||
button=(442, 487, 592, 521),
|
||||
),
|
||||
en=Button(
|
||||
file='./assets/en/base/popup/QUIT.png',
|
||||
area=(587, 309, 688, 357),
|
||||
|
||||
Reference in New Issue
Block a user