mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-25 18:05:26 +00:00
106 lines
3.0 KiB
Python
106 lines
3.0 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),
|
|
),
|
|
)
|
|
ROTATION_SWIPE_AREA = ButtonWrapper(
|
|
name='ROTATION_SWIPE_AREA',
|
|
share=Button(
|
|
file='./assets/share/map/control/ROTATION_SWIPE_AREA.png',
|
|
area=(264, 87, 990, 219),
|
|
search=(244, 67, 1010, 239),
|
|
color=(255, 255, 255),
|
|
button=(264, 87, 990, 219),
|
|
),
|
|
)
|
|
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=(881, 594, 894, 607),
|
|
search=(861, 574, 914, 627),
|
|
color=(149, 141, 186),
|
|
button=(881, 594, 894, 607),
|
|
),
|
|
)
|
|
TECHNIQUE_POINT_2 = ButtonWrapper(
|
|
name='TECHNIQUE_POINT_2',
|
|
share=Button(
|
|
file='./assets/share/map/control/TECHNIQUE_POINT_2.png',
|
|
area=(889, 578, 903, 592),
|
|
search=(869, 558, 923, 612),
|
|
color=(139, 132, 174),
|
|
button=(889, 578, 903, 592),
|
|
),
|
|
)
|
|
TECHNIQUE_POINT_3 = ButtonWrapper(
|
|
name='TECHNIQUE_POINT_3',
|
|
share=Button(
|
|
file='./assets/share/map/control/TECHNIQUE_POINT_3.png',
|
|
area=(902, 566, 916, 580),
|
|
search=(882, 546, 936, 600),
|
|
color=(138, 130, 173),
|
|
button=(902, 566, 916, 580),
|
|
),
|
|
)
|
|
TECHNIQUE_POINT_4 = ButtonWrapper(
|
|
name='TECHNIQUE_POINT_4',
|
|
share=Button(
|
|
file='./assets/share/map/control/TECHNIQUE_POINT_4.png',
|
|
area=(918, 559, 932, 573),
|
|
search=(898, 539, 952, 593),
|
|
color=(138, 130, 173),
|
|
button=(918, 559, 932, 573),
|
|
),
|
|
)
|
|
TECHNIQUE_POINT_5 = ButtonWrapper(
|
|
name='TECHNIQUE_POINT_5',
|
|
share=Button(
|
|
file='./assets/share/map/control/TECHNIQUE_POINT_5.png',
|
|
area=(935, 559, 948, 573),
|
|
search=(915, 539, 968, 593),
|
|
color=(71, 72, 77),
|
|
button=(935, 559, 948, 573),
|
|
),
|
|
)
|