Fix: Enharge MAY_OBTAIN.SEARCH to fit the level too low notice

This commit is contained in:
LmeSzinc 2024-06-11 19:25:11 +08:00
parent 0a1c0e3dbd
commit 02d8eb978f
3 changed files with 2 additions and 2 deletions

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

View File

@ -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),
),