mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 00:35:34 +00:00
76 lines
2.2 KiB
Python
76 lines
2.2 KiB
Python
from module.base.button import Button, ButtonWrapper
|
|
|
|
# This file was auto-generated, do not modify it manually. To generate:
|
|
# ``` python -m dev_tools.button_extract ```
|
|
|
|
LIST_ASCENDING = ButtonWrapper(
|
|
name='LIST_ASCENDING',
|
|
share=Button(
|
|
file='./assets/share/dungeon/ui_list/LIST_ASCENDING.png',
|
|
area=(1125, 643, 1143, 661),
|
|
search=(1105, 623, 1163, 681),
|
|
color=(195, 194, 196),
|
|
button=(1125, 643, 1143, 661),
|
|
),
|
|
)
|
|
LIST_DESCENDING = ButtonWrapper(
|
|
name='LIST_DESCENDING',
|
|
share=Button(
|
|
file='./assets/share/dungeon/ui_list/LIST_DESCENDING.png',
|
|
area=(1125, 643, 1143, 661),
|
|
search=(1105, 623, 1163, 681),
|
|
color=(195, 194, 196),
|
|
button=(1125, 643, 1143, 661),
|
|
),
|
|
)
|
|
LIST_END_CHECK = ButtonWrapper(
|
|
name='LIST_END_CHECK',
|
|
share=Button(
|
|
file='./assets/share/dungeon/ui_list/LIST_END_CHECK.png',
|
|
area=(465, 587, 556, 622),
|
|
search=(445, 567, 576, 642),
|
|
color=(218, 210, 215),
|
|
button=(465, 587, 556, 622),
|
|
),
|
|
)
|
|
OCR_DUNGEON_LIST = ButtonWrapper(
|
|
name='OCR_DUNGEON_LIST',
|
|
share=Button(
|
|
file='./assets/share/dungeon/ui_list/OCR_DUNGEON_LIST.png',
|
|
area=(585, 172, 1145, 624),
|
|
search=(565, 152, 1165, 644),
|
|
color=(212, 204, 214),
|
|
button=(449, 172, 579, 624),
|
|
),
|
|
)
|
|
OCR_DUNGEON_NAME = ButtonWrapper(
|
|
name='OCR_DUNGEON_NAME',
|
|
share=Button(
|
|
file='./assets/share/dungeon/ui_list/OCR_DUNGEON_NAME.png',
|
|
area=(563, 172, 805, 624),
|
|
search=(543, 152, 825, 644),
|
|
color=(244, 242, 244),
|
|
button=(563, 172, 805, 624),
|
|
),
|
|
)
|
|
OCR_DUNGEON_NAME_ROGUE = ButtonWrapper(
|
|
name='OCR_DUNGEON_NAME_ROGUE',
|
|
share=Button(
|
|
file='./assets/share/dungeon/ui_list/OCR_DUNGEON_NAME_ROGUE.png',
|
|
area=(563, 292, 805, 624),
|
|
search=(543, 272, 825, 644),
|
|
color=(246, 244, 246),
|
|
button=(563, 292, 805, 624),
|
|
),
|
|
)
|
|
OCR_DUNGEON_TELEPORT = ButtonWrapper(
|
|
name='OCR_DUNGEON_TELEPORT',
|
|
share=Button(
|
|
file='./assets/share/dungeon/ui_list/OCR_DUNGEON_TELEPORT.png',
|
|
area=(1013, 172, 1163, 624),
|
|
search=(993, 152, 1183, 644),
|
|
color=(231, 234, 230),
|
|
button=(1013, 172, 1163, 624),
|
|
),
|
|
)
|