mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 00:35:34 +00:00
Fix: Handle long item names when parsing obtained items (fixed #587)
This commit is contained in:
parent
431bd01f52
commit
ab0a12a76b
Binary file not shown.
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 26 KiB |
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user