mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-23 09:01:45 +00:00
106 lines
3.1 KiB
Python
106 lines
3.1 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 ```
|
|
|
|
DAILY_TRAINING_CHECK = ButtonWrapper(
|
|
name='DAILY_TRAINING_CHECK',
|
|
share=Button(
|
|
file='./assets/share/dungeon/ui/DAILY_TRAINING_CHECK.png',
|
|
area=(239, 55, 279, 94),
|
|
search=(109, 45, 491, 104),
|
|
color=(129, 129, 129),
|
|
button=(239, 55, 279, 94),
|
|
),
|
|
)
|
|
DAILY_TRAINING_CLICK = ButtonWrapper(
|
|
name='DAILY_TRAINING_CLICK',
|
|
share=Button(
|
|
file='./assets/share/dungeon/ui/DAILY_TRAINING_CLICK.png',
|
|
area=(230, 55, 270, 94),
|
|
search=(109, 45, 491, 104),
|
|
color=(98, 96, 96),
|
|
button=(230, 55, 270, 94),
|
|
),
|
|
)
|
|
DAILY_TRAINING_LOADED = ButtonWrapper(
|
|
name='DAILY_TRAINING_LOADED',
|
|
share=Button(
|
|
file='./assets/share/dungeon/ui/DAILY_TRAINING_LOADED.png',
|
|
area=(1139, 520, 1156, 539),
|
|
search=(1119, 500, 1176, 559),
|
|
color=(63, 56, 50),
|
|
button=(1139, 520, 1156, 539),
|
|
),
|
|
)
|
|
OCR_DUNGEON_LIST = ButtonWrapper(
|
|
name='OCR_DUNGEON_LIST',
|
|
share=Button(
|
|
file='./assets/share/dungeon/ui/OCR_DUNGEON_LIST.png',
|
|
area=(579, 133, 1165, 621),
|
|
search=(559, 113, 1185, 641),
|
|
color=(216, 218, 223),
|
|
button=(438, 132, 584, 621),
|
|
),
|
|
)
|
|
OCR_DUNGEON_NAV = ButtonWrapper(
|
|
name='OCR_DUNGEON_NAV',
|
|
share=Button(
|
|
file='./assets/share/dungeon/ui/OCR_DUNGEON_NAV.png',
|
|
area=(108, 132, 428, 613),
|
|
search=(88, 112, 448, 633),
|
|
color=(178, 177, 177),
|
|
button=(108, 132, 428, 613),
|
|
),
|
|
)
|
|
OPERATION_BRIEFING_CHECK = ButtonWrapper(
|
|
name='OPERATION_BRIEFING_CHECK',
|
|
share=Button(
|
|
file='./assets/share/dungeon/ui/OPERATION_BRIEFING_CHECK.png',
|
|
area=(147, 53, 191, 96),
|
|
search=(109, 45, 491, 104),
|
|
color=(151, 151, 151),
|
|
button=(147, 53, 191, 96),
|
|
),
|
|
)
|
|
OPERATION_BRIEFING_CLICK = ButtonWrapper(
|
|
name='OPERATION_BRIEFING_CLICK',
|
|
share=Button(
|
|
file='./assets/share/dungeon/ui/OPERATION_BRIEFING_CLICK.png',
|
|
area=(138, 53, 182, 96),
|
|
search=(109, 45, 491, 104),
|
|
color=(83, 81, 81),
|
|
button=(138, 53, 182, 96),
|
|
),
|
|
)
|
|
SURVIVAL_INDEX_CHECK = ButtonWrapper(
|
|
name='SURVIVAL_INDEX_CHECK',
|
|
share=Button(
|
|
file='./assets/share/dungeon/ui/SURVIVAL_INDEX_CHECK.png',
|
|
area=(330, 55, 368, 93),
|
|
search=(109, 45, 491, 104),
|
|
color=(136, 136, 136),
|
|
button=(330, 55, 368, 93),
|
|
),
|
|
)
|
|
SURVIVAL_INDEX_CLICK = ButtonWrapper(
|
|
name='SURVIVAL_INDEX_CLICK',
|
|
share=Button(
|
|
file='./assets/share/dungeon/ui/SURVIVAL_INDEX_CLICK.png',
|
|
area=(421, 56, 459, 93),
|
|
search=(109, 45, 491, 104),
|
|
color=(95, 93, 93),
|
|
button=(421, 56, 459, 93),
|
|
),
|
|
)
|
|
SURVIVAL_INDEX_LOADED = ButtonWrapper(
|
|
name='SURVIVAL_INDEX_LOADED',
|
|
share=Button(
|
|
file='./assets/share/dungeon/ui/SURVIVAL_INDEX_LOADED.png',
|
|
area=(451, 244, 481, 265),
|
|
search=(442, 239, 482, 301),
|
|
color=(143, 150, 203),
|
|
button=(451, 244, 481, 265),
|
|
),
|
|
)
|