Fix: [EN] Enlarge ITEM_NAME to detect letter g

This commit is contained in:
LmeSzinc 2024-06-13 01:55:40 +08:00
parent 1003e08f52
commit c8b0be6b46
2 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -27,10 +27,10 @@ ITEM_NAME = ButtonWrapper(
name='ITEM_NAME', name='ITEM_NAME',
share=Button( share=Button(
file='./assets/share/combat/obtain/ITEM_NAME.png', file='./assets/share/combat/obtain/ITEM_NAME.png',
area=(495, 187, 855, 211), area=(495, 187, 855, 217),
search=(475, 167, 875, 231), search=(475, 167, 875, 237),
color=(176, 177, 179), color=(182, 183, 185),
button=(495, 187, 855, 211), button=(495, 187, 855, 217),
), ),
) )
MAY_OBTAIN = ButtonWrapper( MAY_OBTAIN = ButtonWrapper(