mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
Upd: [EN] Expand OCR_DUNGEON_NAME (fixed #651)
This commit is contained in:
parent
e957775e23
commit
c3766cc90e
Binary file not shown.
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 77 KiB |
Binary file not shown.
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 54 KiB |
@ -47,20 +47,20 @@ OCR_DUNGEON_NAME = ButtonWrapper(
|
|||||||
name='OCR_DUNGEON_NAME',
|
name='OCR_DUNGEON_NAME',
|
||||||
share=Button(
|
share=Button(
|
||||||
file='./assets/share/dungeon/ui_list/OCR_DUNGEON_NAME.png',
|
file='./assets/share/dungeon/ui_list/OCR_DUNGEON_NAME.png',
|
||||||
area=(563, 172, 788, 624),
|
area=(563, 172, 805, 624),
|
||||||
search=(543, 152, 808, 644),
|
search=(543, 152, 825, 644),
|
||||||
color=(245, 243, 245),
|
color=(244, 242, 244),
|
||||||
button=(563, 172, 788, 624),
|
button=(563, 172, 805, 624),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
OCR_DUNGEON_NAME_ROGUE = ButtonWrapper(
|
OCR_DUNGEON_NAME_ROGUE = ButtonWrapper(
|
||||||
name='OCR_DUNGEON_NAME_ROGUE',
|
name='OCR_DUNGEON_NAME_ROGUE',
|
||||||
share=Button(
|
share=Button(
|
||||||
file='./assets/share/dungeon/ui_list/OCR_DUNGEON_NAME_ROGUE.png',
|
file='./assets/share/dungeon/ui_list/OCR_DUNGEON_NAME_ROGUE.png',
|
||||||
area=(563, 292, 788, 624),
|
area=(563, 292, 805, 624),
|
||||||
search=(543, 272, 808, 644),
|
search=(543, 272, 825, 644),
|
||||||
color=(249, 247, 249),
|
color=(246, 244, 246),
|
||||||
button=(563, 292, 788, 624),
|
button=(563, 292, 805, 624),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
OCR_DUNGEON_TELEPORT = ButtonWrapper(
|
OCR_DUNGEON_TELEPORT = ButtonWrapper(
|
||||||
|
Loading…
Reference in New Issue
Block a user