mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 08:37:42 +00:00
126 lines
3.7 KiB
Python
126 lines
3.7 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=(241, 94, 281, 134),
|
|
search=(221, 74, 301, 154),
|
|
color=(131, 131, 131),
|
|
button=(241, 94, 281, 134),
|
|
),
|
|
)
|
|
DAILY_TRAINING_CLICK = ButtonWrapper(
|
|
name='DAILY_TRAINING_CLICK',
|
|
share=Button(
|
|
file='./assets/share/dungeon/ui/DAILY_TRAINING_CLICK.png',
|
|
area=(241, 95, 281, 134),
|
|
search=(221, 75, 301, 154),
|
|
color=(97, 96, 93),
|
|
button=(241, 95, 281, 134),
|
|
),
|
|
)
|
|
DAILY_TRAINING_LOADED = ButtonWrapper(
|
|
name='DAILY_TRAINING_LOADED',
|
|
share=Button(
|
|
file='./assets/share/dungeon/ui/DAILY_TRAINING_LOADED.png',
|
|
area=(1143, 546, 1158, 561),
|
|
search=(1123, 526, 1178, 581),
|
|
color=(63, 56, 50),
|
|
button=(1143, 546, 1158, 561),
|
|
),
|
|
)
|
|
OCR_DUNGEON_LIST = ButtonWrapper(
|
|
name='OCR_DUNGEON_LIST',
|
|
share=Button(
|
|
file='./assets/share/dungeon/ui/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_NAV = ButtonWrapper(
|
|
name='OCR_DUNGEON_NAV',
|
|
share=Button(
|
|
file='./assets/share/dungeon/ui/OCR_DUNGEON_NAV.png',
|
|
area=(117, 182, 423, 641),
|
|
search=(97, 162, 443, 661),
|
|
color=(173, 172, 172),
|
|
button=(117, 182, 423, 641),
|
|
),
|
|
)
|
|
OCR_SIMUNI_POINT = ButtonWrapper(
|
|
name='OCR_SIMUNI_POINT',
|
|
share=Button(
|
|
file='./assets/share/dungeon/ui/OCR_SIMUNI_POINT.png',
|
|
area=(580, 237, 820, 277),
|
|
search=(560, 217, 840, 297),
|
|
color=(166, 168, 252),
|
|
button=(580, 237, 820, 277),
|
|
),
|
|
)
|
|
OCR_SIMUNI_POINT_OFFSET = ButtonWrapper(
|
|
name='OCR_SIMUNI_POINT_OFFSET',
|
|
share=Button(
|
|
file='./assets/share/dungeon/ui/OCR_SIMUNI_POINT_OFFSET.png',
|
|
area=(685, 250, 717, 273),
|
|
search=(583, 187, 883, 387),
|
|
color=(199, 200, 250),
|
|
button=(685, 250, 717, 273),
|
|
),
|
|
)
|
|
OPERATION_BRIEFING_CHECK = ButtonWrapper(
|
|
name='OPERATION_BRIEFING_CHECK',
|
|
share=Button(
|
|
file='./assets/share/dungeon/ui/OPERATION_BRIEFING_CHECK.png',
|
|
area=(149, 92, 193, 136),
|
|
search=(129, 72, 213, 156),
|
|
color=(152, 152, 152),
|
|
button=(149, 92, 193, 136),
|
|
),
|
|
)
|
|
OPERATION_BRIEFING_CLICK = ButtonWrapper(
|
|
name='OPERATION_BRIEFING_CLICK',
|
|
share=Button(
|
|
file='./assets/share/dungeon/ui/OPERATION_BRIEFING_CLICK.png',
|
|
area=(149, 92, 193, 136),
|
|
search=(129, 72, 213, 156),
|
|
color=(80, 79, 76),
|
|
button=(149, 92, 193, 136),
|
|
),
|
|
)
|
|
SURVIVAL_INDEX_CHECK = ButtonWrapper(
|
|
name='SURVIVAL_INDEX_CHECK',
|
|
share=Button(
|
|
file='./assets/share/dungeon/ui/SURVIVAL_INDEX_CHECK.png',
|
|
area=(332, 95, 370, 133),
|
|
search=(312, 75, 390, 153),
|
|
color=(136, 136, 136),
|
|
button=(332, 95, 370, 133),
|
|
),
|
|
)
|
|
SURVIVAL_INDEX_CLICK = ButtonWrapper(
|
|
name='SURVIVAL_INDEX_CLICK',
|
|
share=Button(
|
|
file='./assets/share/dungeon/ui/SURVIVAL_INDEX_CLICK.png',
|
|
area=(332, 94, 370, 133),
|
|
search=(312, 74, 390, 153),
|
|
color=(90, 89, 87),
|
|
button=(332, 94, 370, 133),
|
|
),
|
|
)
|
|
SURVIVAL_INDEX_LOADED = ButtonWrapper(
|
|
name='SURVIVAL_INDEX_LOADED',
|
|
share=Button(
|
|
file='./assets/share/dungeon/ui/SURVIVAL_INDEX_LOADED.png',
|
|
area=(451, 286, 476, 302),
|
|
search=(449, 263, 489, 356),
|
|
color=(142, 150, 197),
|
|
button=(451, 286, 476, 302),
|
|
),
|
|
)
|