mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
46 lines
1.3 KiB
Python
46 lines
1.3 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),
|
||
|
),
|
||
|
)
|
||
|
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),
|
||
|
),
|
||
|
)
|
||
|
REVERSE_ORDER = ButtonWrapper(
|
||
|
name='REVERSE_ORDER',
|
||
|
share=Button(
|
||
|
file='./assets/share/item/relics/REVERSE_ORDER.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=(1018, 626, 1082, 690),
|
||
|
color=(122, 115, 98),
|
||
|
button=(1038, 646, 1062, 670),
|
||
|
),
|
||
|
)
|