mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-21 16:28:17 +00:00
Fix: Enharge MAY_OBTAIN.SEARCH to fit the level too low notice
This commit is contained in:
parent
0a1c0e3dbd
commit
02d8eb978f
Binary file not shown.
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 25 KiB |
Binary file not shown.
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 22 KiB |
@ -38,14 +38,14 @@ MAY_OBTAIN = ButtonWrapper(
|
||||
cn=Button(
|
||||
file='./assets/cn/combat/obtain/MAY_OBTAIN.png',
|
||||
area=(813, 379, 893, 397),
|
||||
search=(812, 373, 895, 468),
|
||||
search=(812, 330, 895, 468),
|
||||
color=(63, 71, 87),
|
||||
button=(813, 379, 893, 397),
|
||||
),
|
||||
en=Button(
|
||||
file='./assets/en/combat/obtain/MAY_OBTAIN.png',
|
||||
area=(813, 379, 922, 397),
|
||||
search=(813, 373, 923, 468),
|
||||
search=(812, 330, 922, 468),
|
||||
color=(53, 61, 78),
|
||||
button=(813, 379, 922, 397),
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user