StarRailCopilot/tasks/dungeon/assets/assets_dungeon_ui_list.py

66 lines
2.0 KiB
Python
Raw Normal View History

2024-09-10 14:41:00 +00:00
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),
),
)
OCR_DUNGEON_LIST = ButtonWrapper(
name='OCR_DUNGEON_LIST',
share=Button(
file='./assets/share/dungeon/ui_list/OCR_DUNGEON_LIST.png',
area=(581, 176, 1165, 661),
search=(561, 156, 1185, 681),
color=(212, 214, 220),
button=(440, 176, 588, 656),
),
)
OCR_DUNGEON_NAME = ButtonWrapper(
name='OCR_DUNGEON_NAME',
share=Button(
file='./assets/share/dungeon/ui_list/OCR_DUNGEON_NAME.png',
area=(563, 172, 788, 624),
search=(543, 152, 808, 644),
color=(245, 243, 245),
button=(563, 172, 788, 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, 788, 624),
search=(543, 272, 808, 644),
color=(249, 247, 249),
button=(563, 292, 788, 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),
),
)