Upd: [EN] Expand OCR_DUNGEON_NAME (fixed #651)

This commit is contained in:
LmeSzinc 2024-10-18 21:36:46 +08:00
parent e957775e23
commit c3766cc90e
3 changed files with 8 additions and 8 deletions

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

View File

@ -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(