Fix: Handle long item names when parsing obtained items (fixed #587)

This commit is contained in:
LmeSzinc 2024-07-24 00:09:56 +08:00
parent 431bd01f52
commit ab0a12a76b
2 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

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