mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
66 lines
1.8 KiB
Python
66 lines
1.8 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 ```
|
|
|
|
FIRST_RELIC = ButtonWrapper(
|
|
name='FIRST_RELIC',
|
|
share=Button(
|
|
file='./assets/share/item/relics/FIRST_RELIC.png',
|
|
area=(434, 160, 530, 260),
|
|
search=(414, 140, 550, 280),
|
|
color=(72, 92, 124),
|
|
button=(434, 160, 530, 260),
|
|
),
|
|
)
|
|
FIRST_RELIC_SELECTED = ButtonWrapper(
|
|
name='FIRST_RELIC_SELECTED',
|
|
share=Button(
|
|
file='./assets/share/item/relics/FIRST_RELIC_SELECTED.png',
|
|
area=(424, 136, 452, 164),
|
|
search=(404, 116, 472, 184),
|
|
color=(193, 194, 198),
|
|
button=(424, 136, 452, 164),
|
|
),
|
|
)
|
|
GOTO_SALVAGE = ButtonWrapper(
|
|
name='GOTO_SALVAGE',
|
|
share=Button(
|
|
file='./assets/share/item/relics/GOTO_SALVAGE.png',
|
|
area=(668, 652, 690, 674),
|
|
search=(648, 632, 710, 694),
|
|
color=(155, 156, 156),
|
|
button=(668, 652, 690, 674),
|
|
),
|
|
)
|
|
ORDER_ASCENDING = ButtonWrapper(
|
|
name='ORDER_ASCENDING',
|
|
share=Button(
|
|
file='./assets/share/item/relics/ORDER_ASCENDING.png',
|
|
area=(720, 649, 737, 667),
|
|
search=(700, 629, 757, 687),
|
|
color=(176, 176, 178),
|
|
button=(720, 649, 737, 667),
|
|
),
|
|
)
|
|
ORDER_DESCENDING = ButtonWrapper(
|
|
name='ORDER_DESCENDING',
|
|
share=Button(
|
|
file='./assets/share/item/relics/ORDER_DESCENDING.png',
|
|
area=(720, 649, 738, 667),
|
|
search=(700, 629, 758, 687),
|
|
color=(179, 180, 180),
|
|
button=(720, 649, 738, 667),
|
|
),
|
|
)
|
|
SALVAGE = ButtonWrapper(
|
|
name='SALVAGE',
|
|
share=Button(
|
|
file='./assets/share/item/relics/SALVAGE.png',
|
|
area=(1038, 646, 1062, 670),
|
|
search=(936, 642, 1213, 675),
|
|
color=(122, 115, 98),
|
|
button=(1038, 646, 1062, 670),
|
|
),
|
|
)
|