Upd: Battle pass tabs

This commit is contained in:
LmeSzinc 2024-01-15 04:10:49 +08:00
parent d2fad6bd45
commit 6e7fd4eff9
3 changed files with 8 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -97,10 +97,10 @@ PERIOD_MISSION_CLICK = ButtonWrapper(
name='PERIOD_MISSION_CLICK', name='PERIOD_MISSION_CLICK',
share=Button( share=Button(
file='./assets/share/battle_pass/PERIOD_MISSION_CLICK.png', file='./assets/share/battle_pass/PERIOD_MISSION_CLICK.png',
area=(128, 478, 323, 578), area=(128, 412, 303, 561),
search=(108, 458, 343, 598), search=(108, 392, 323, 581),
color=(72, 65, 45), color=(75, 67, 50),
button=(128, 478, 323, 578), button=(128, 412, 303, 561),
), ),
) )
REWARDS_CHECK = ButtonWrapper( REWARDS_CHECK = ButtonWrapper(
@ -164,9 +164,9 @@ WEEK_MISSION_CLICK = ButtonWrapper(
name='WEEK_MISSION_CLICK', name='WEEK_MISSION_CLICK',
share=Button( share=Button(
file='./assets/share/battle_pass/WEEK_MISSION_CLICK.png', file='./assets/share/battle_pass/WEEK_MISSION_CLICK.png',
area=(128, 336, 323, 477), area=(128, 197, 302, 344),
search=(108, 316, 343, 497), search=(108, 177, 322, 364),
color=(68, 62, 42), color=(76, 68, 51),
button=(128, 336, 323, 477), button=(128, 197, 302, 344),
), ),
) )