mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-15 22:19:18 +00:00
Fix: [EN] Enlarge ITEM_NAME to detect letter g
This commit is contained in:
parent
1003e08f52
commit
c8b0be6b46
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 16 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, 211),
|
||||
search=(475, 167, 875, 231),
|
||||
color=(176, 177, 179),
|
||||
button=(495, 187, 855, 211),
|
||||
area=(495, 187, 855, 217),
|
||||
search=(475, 167, 875, 237),
|
||||
color=(182, 183, 185),
|
||||
button=(495, 187, 855, 217),
|
||||
),
|
||||
)
|
||||
MAY_OBTAIN = ButtonWrapper(
|
||||
|
Loading…
Reference in New Issue
Block a user