1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-01-18 01:25:36 +00:00

Compare commits

..

No commits in common. "92feadc22842d9fc37fbea93a467bc64192d3daf" and "76f80bb6b14cc32b57de4df258213e36b01b4bf5" have entirely different histories.

11 changed files with 27 additions and 27 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 10 KiB

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=(593, 506, 687, 548), area=(581, 503, 692, 536),
search=(573, 486, 707, 568), search=(561, 483, 712, 556),
color=(211, 193, 64), color=(208, 190, 63),
button=(543, 492, 736, 564), button=(539, 491, 741, 555),
), ),
zht=Button( zht=Button(
file='./assets/zht/cafe/GET_REWARD.png', file='./assets/zht/cafe/GET_REWARD.png',
area=(604, 508, 676, 546), area=(600, 499, 681, 545),
search=(584, 488, 696, 566), search=(580, 479, 701, 565),
color=(189, 169, 57), color=(204, 186, 62),
button=(544, 493, 736, 564), button=(543, 490, 740, 555),
), ),
) )
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=(968, 132, 997, 162), area=(883, 134, 926, 178),
search=(948, 112, 1017, 182), search=(863, 114, 946, 198),
color=(187, 193, 201), color=(215, 220, 224),
button=(968, 132, 997, 162), button=(883, 134, 926, 178),
), ),
zht=Button( zht=Button(
file='./assets/zht/cafe/GET_REWARD_CLOSE.png', file='./assets/zht/cafe/GET_REWARD_CLOSE.png',
area=(969, 133, 997, 161), area=(883, 134, 926, 178),
search=(949, 113, 1017, 181), search=(863, 114, 946, 198),
color=(181, 188, 196), color=(215, 220, 224),
button=(969, 133, 997, 161), button=(883, 134, 926, 178),
), ),
) )
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=(544, 493, 735, 563), area=(543, 489, 741, 558),
search=(524, 473, 755, 583), search=(523, 469, 761, 578),
color=(213, 213, 212), color=(211, 212, 212),
button=(544, 493, 735, 563), button=(543, 489, 741, 558),
), ),
zht=Button( zht=Button(
file='./assets/zht/cafe/GOT_REWARD.png', file='./assets/zht/cafe/GOT_REWARD.png',
area=(545, 494, 735, 563), area=(542, 490, 737, 556),
search=(525, 474, 755, 583), search=(522, 470, 757, 576),
color=(212, 212, 211), color=(211, 212, 211),
button=(545, 494, 735, 563), button=(542, 490, 737, 556),
), ),
) )
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=(105, 8, 217, 39), area=(102, 8, 246, 38),
search=(85, 0, 237, 59), search=(82, 0, 266, 58),
color=(161, 172, 185), color=(160, 172, 184),
button=(1089, 640, 1253, 701), button=(1089, 640, 1253, 701),
), ),
) )