mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-16 19:55:12 +00:00
fix: update assets file
This commit is contained in:
parent
15ebf70681
commit
fdc50c77a5
@ -231,6 +231,13 @@ MAIN_GO_TO_MOMOTALK = ButtonWrapper(
|
|||||||
)
|
)
|
||||||
MAIN_GO_TO_PURCHASE = ButtonWrapper(
|
MAIN_GO_TO_PURCHASE = ButtonWrapper(
|
||||||
name='MAIN_GO_TO_PURCHASE',
|
name='MAIN_GO_TO_PURCHASE',
|
||||||
|
jp=Button(
|
||||||
|
file='./assets/jp/base/page/MAIN_GO_TO_PURCHASE.png',
|
||||||
|
area=(147, 214, 179, 254),
|
||||||
|
search=(127, 194, 199, 274),
|
||||||
|
color=(171, 216, 241),
|
||||||
|
button=(147, 214, 179, 254),
|
||||||
|
),
|
||||||
share=Button(
|
share=Button(
|
||||||
file='./assets/share/base/page/MAIN_GO_TO_PURCHASE.png',
|
file='./assets/share/base/page/MAIN_GO_TO_PURCHASE.png',
|
||||||
area=(148, 204, 183, 253),
|
area=(148, 204, 183, 253),
|
||||||
@ -273,10 +280,10 @@ MAIN_GO_TO_WORK = ButtonWrapper(
|
|||||||
name='MAIN_GO_TO_WORK',
|
name='MAIN_GO_TO_WORK',
|
||||||
jp=Button(
|
jp=Button(
|
||||||
file='./assets/jp/base/page/MAIN_GO_TO_WORK.png',
|
file='./assets/jp/base/page/MAIN_GO_TO_WORK.png',
|
||||||
area=(1167, 605, 1241, 632),
|
area=(1169, 588, 1239, 612),
|
||||||
search=(1147, 585, 1261, 652),
|
search=(1149, 568, 1259, 632),
|
||||||
color=(135, 149, 169),
|
color=(150, 162, 180),
|
||||||
button=(1167, 605, 1241, 632),
|
button=(1169, 588, 1239, 612),
|
||||||
),
|
),
|
||||||
en=Button(
|
en=Button(
|
||||||
file='./assets/en/base/page/MAIN_GO_TO_WORK.png',
|
file='./assets/en/base/page/MAIN_GO_TO_WORK.png',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user