1
0
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:
YoursFunny 2024-05-04 19:54:04 +08:00
parent 4c020dbfd3
commit 92feadc228
Signed by: YoursFunny
GPG Key ID: 207EDC3CD5B40F9C
2 changed files with 27 additions and 27 deletions

View File

@ -236,17 +236,17 @@ GET_REWARD = ButtonWrapper(
), ),
en=Button( en=Button(
file='./assets/en/cafe/GET_REWARD.png', file='./assets/en/cafe/GET_REWARD.png',
area=(581, 503, 692, 536), area=(593, 506, 687, 548),
search=(561, 483, 712, 556), search=(573, 486, 707, 568),
color=(208, 190, 63), color=(211, 193, 64),
button=(539, 491, 741, 555), button=(543, 492, 736, 564),
), ),
zht=Button( zht=Button(
file='./assets/zht/cafe/GET_REWARD.png', file='./assets/zht/cafe/GET_REWARD.png',
area=(600, 499, 681, 545), area=(604, 508, 676, 546),
search=(580, 479, 701, 565), search=(584, 488, 696, 566),
color=(204, 186, 62), color=(189, 169, 57),
button=(543, 490, 740, 555), button=(544, 493, 736, 564),
), ),
) )
GET_REWARD_CLOSE = ButtonWrapper( GET_REWARD_CLOSE = ButtonWrapper(
@ -260,17 +260,17 @@ GET_REWARD_CLOSE = ButtonWrapper(
), ),
en=Button( en=Button(
file='./assets/en/cafe/GET_REWARD_CLOSE.png', file='./assets/en/cafe/GET_REWARD_CLOSE.png',
area=(883, 134, 926, 178), area=(968, 132, 997, 162),
search=(863, 114, 946, 198), search=(948, 112, 1017, 182),
color=(215, 220, 224), color=(187, 193, 201),
button=(883, 134, 926, 178), button=(968, 132, 997, 162),
), ),
zht=Button( zht=Button(
file='./assets/zht/cafe/GET_REWARD_CLOSE.png', file='./assets/zht/cafe/GET_REWARD_CLOSE.png',
area=(883, 134, 926, 178), area=(969, 133, 997, 161),
search=(863, 114, 946, 198), search=(949, 113, 1017, 181),
color=(215, 220, 224), color=(181, 188, 196),
button=(883, 134, 926, 178), button=(969, 133, 997, 161),
), ),
) )
GOT_REWARD = ButtonWrapper( GOT_REWARD = ButtonWrapper(
@ -284,17 +284,17 @@ GOT_REWARD = ButtonWrapper(
), ),
en=Button( en=Button(
file='./assets/en/cafe/GOT_REWARD.png', file='./assets/en/cafe/GOT_REWARD.png',
area=(543, 489, 741, 558), area=(544, 493, 735, 563),
search=(523, 469, 761, 578), search=(524, 473, 755, 583),
color=(211, 212, 212), color=(213, 213, 212),
button=(543, 489, 741, 558), button=(544, 493, 735, 563),
), ),
zht=Button( zht=Button(
file='./assets/zht/cafe/GOT_REWARD.png', file='./assets/zht/cafe/GOT_REWARD.png',
area=(542, 490, 737, 556), area=(545, 494, 735, 563),
search=(522, 470, 757, 576), search=(525, 474, 755, 583),
color=(211, 212, 211), color=(212, 212, 211),
button=(542, 490, 737, 556), button=(545, 494, 735, 563),
), ),
) )
INVENTORY = ButtonWrapper( INVENTORY = ButtonWrapper(

View File

@ -333,9 +333,9 @@ START_CHALLENGE = ButtonWrapper(
), ),
zht=Button( zht=Button(
file='./assets/zht/tactical_challenge/START_CHALLENGE.png', file='./assets/zht/tactical_challenge/START_CHALLENGE.png',
area=(102, 8, 246, 38), area=(105, 8, 217, 39),
search=(82, 0, 266, 58), search=(85, 0, 237, 59),
color=(160, 172, 184), color=(161, 172, 185),
button=(1089, 640, 1253, 701), button=(1089, 640, 1253, 701),
), ),
) )