mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 00:35:34 +00:00
Fix: larger REGULAR_GACHA_CHECK.SEARCH & REGULAR_GACHA_CLICK.SEARCH
This commit is contained in:
parent
9b853db955
commit
1cd3e7fde8
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 |
@ -48,7 +48,7 @@ REGULAR_GACHA_CHECK = ButtonWrapper(
|
||||
share=Button(
|
||||
file='./assets/share/daily/trial/REGULAR_GACHA_CHECK.png',
|
||||
area=(69, 332, 124, 367),
|
||||
search=(15, 146, 150, 478),
|
||||
search=(0, 144, 150, 588),
|
||||
color=(100, 92, 82),
|
||||
button=(69, 332, 124, 367),
|
||||
),
|
||||
@ -58,7 +58,7 @@ REGULAR_GACHA_CLICK = ButtonWrapper(
|
||||
share=Button(
|
||||
file='./assets/share/daily/trial/REGULAR_GACHA_CLICK.png',
|
||||
area=(63, 324, 118, 349),
|
||||
search=(15, 146, 150, 478),
|
||||
search=(0, 144, 150, 588),
|
||||
color=(36, 34, 30),
|
||||
button=(63, 324, 118, 349),
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user