Fix: larger REGULAR_GACHA_CHECK.SEARCH & REGULAR_GACHA_CLICK.SEARCH

This commit is contained in:
Hengyu 2023-10-27 16:23:17 +08:00 committed by LmeSzinc
parent 9b853db955
commit 1cd3e7fde8
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 93 KiB

View File

@ -48,7 +48,7 @@ REGULAR_GACHA_CHECK = ButtonWrapper(
share=Button( share=Button(
file='./assets/share/daily/trial/REGULAR_GACHA_CHECK.png', file='./assets/share/daily/trial/REGULAR_GACHA_CHECK.png',
area=(69, 332, 124, 367), area=(69, 332, 124, 367),
search=(15, 146, 150, 478), search=(0, 144, 150, 588),
color=(100, 92, 82), color=(100, 92, 82),
button=(69, 332, 124, 367), button=(69, 332, 124, 367),
), ),
@ -58,7 +58,7 @@ REGULAR_GACHA_CLICK = ButtonWrapper(
share=Button( share=Button(
file='./assets/share/daily/trial/REGULAR_GACHA_CLICK.png', file='./assets/share/daily/trial/REGULAR_GACHA_CLICK.png',
area=(63, 324, 118, 349), area=(63, 324, 118, 349),
search=(15, 146, 150, 478), search=(0, 144, 150, 588),
color=(36, 34, 30), color=(36, 34, 30),
button=(63, 324, 118, 349), button=(63, 324, 118, 349),
), ),