mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
96 lines
2.7 KiB
Python
96 lines
2.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 ```
|
||
|
|
||
|
A_BUTTON = ButtonWrapper(
|
||
|
name='A_BUTTON',
|
||
|
share=Button(
|
||
|
file='./assets/share/map/control/A_BUTTON.png',
|
||
|
area=(998, 508, 1078, 588),
|
||
|
search=(978, 488, 1098, 608),
|
||
|
color=(85, 86, 89),
|
||
|
button=(998, 508, 1078, 588),
|
||
|
),
|
||
|
)
|
||
|
E_BUTTON = ButtonWrapper(
|
||
|
name='E_BUTTON',
|
||
|
share=Button(
|
||
|
file='./assets/share/map/control/E_BUTTON.png',
|
||
|
area=(875, 583, 944, 650),
|
||
|
search=(855, 563, 964, 670),
|
||
|
color=(67, 68, 71),
|
||
|
button=(875, 583, 944, 650),
|
||
|
),
|
||
|
)
|
||
|
JOYSTICK = ButtonWrapper(
|
||
|
name='JOYSTICK',
|
||
|
share=Button(
|
||
|
file='./assets/share/map/control/JOYSTICK.png',
|
||
|
area=(234, 546, 262, 574),
|
||
|
search=(214, 526, 282, 594),
|
||
|
color=(43, 48, 62),
|
||
|
button=(234, 546, 262, 574),
|
||
|
),
|
||
|
)
|
||
|
RUN_BUTTON = ButtonWrapper(
|
||
|
name='RUN_BUTTON',
|
||
|
share=Button(
|
||
|
file='./assets/share/map/control/RUN_BUTTON.png',
|
||
|
area=(1125, 582, 1191, 651),
|
||
|
search=(1105, 562, 1211, 671),
|
||
|
color=(73, 76, 83),
|
||
|
button=(1125, 582, 1191, 651),
|
||
|
),
|
||
|
)
|
||
|
TECHNIQUE_POINT_1 = ButtonWrapper(
|
||
|
name='TECHNIQUE_POINT_1',
|
||
|
share=Button(
|
||
|
file='./assets/share/map/control/TECHNIQUE_POINT_1.png',
|
||
|
area=(854, 594, 867, 607),
|
||
|
search=(834, 574, 887, 627),
|
||
|
color=(149, 141, 186),
|
||
|
button=(854, 594, 867, 607),
|
||
|
),
|
||
|
)
|
||
|
TECHNIQUE_POINT_2 = ButtonWrapper(
|
||
|
name='TECHNIQUE_POINT_2',
|
||
|
share=Button(
|
||
|
file='./assets/share/map/control/TECHNIQUE_POINT_2.png',
|
||
|
area=(862, 578, 876, 592),
|
||
|
search=(842, 558, 896, 612),
|
||
|
color=(139, 132, 174),
|
||
|
button=(862, 578, 876, 592),
|
||
|
),
|
||
|
)
|
||
|
TECHNIQUE_POINT_3 = ButtonWrapper(
|
||
|
name='TECHNIQUE_POINT_3',
|
||
|
share=Button(
|
||
|
file='./assets/share/map/control/TECHNIQUE_POINT_3.png',
|
||
|
area=(875, 566, 889, 580),
|
||
|
search=(855, 546, 909, 600),
|
||
|
color=(138, 130, 173),
|
||
|
button=(875, 566, 889, 580),
|
||
|
),
|
||
|
)
|
||
|
TECHNIQUE_POINT_4 = ButtonWrapper(
|
||
|
name='TECHNIQUE_POINT_4',
|
||
|
share=Button(
|
||
|
file='./assets/share/map/control/TECHNIQUE_POINT_4.png',
|
||
|
area=(891, 559, 905, 573),
|
||
|
search=(871, 539, 925, 593),
|
||
|
color=(138, 130, 173),
|
||
|
button=(891, 559, 905, 573),
|
||
|
),
|
||
|
)
|
||
|
TECHNIQUE_POINT_5 = ButtonWrapper(
|
||
|
name='TECHNIQUE_POINT_5',
|
||
|
share=Button(
|
||
|
file='./assets/share/map/control/TECHNIQUE_POINT_5.png',
|
||
|
area=(908, 559, 921, 573),
|
||
|
search=(888, 539, 941, 593),
|
||
|
color=(71, 72, 77),
|
||
|
button=(908, 559, 921, 573),
|
||
|
),
|
||
|
)
|