mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
36 lines
1.0 KiB
Python
36 lines
1.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 ```
|
|
|
|
COMBAT_AUTO = ButtonWrapper(
|
|
name='COMBAT_AUTO',
|
|
share=Button(
|
|
file='./assets/share/combat/state/COMBAT_AUTO.png',
|
|
area=(1113, 22, 1183, 58),
|
|
search=(1093, 2, 1203, 78),
|
|
color=(135, 137, 131),
|
|
button=(1113, 22, 1183, 58),
|
|
),
|
|
)
|
|
COMBAT_PAUSE = ButtonWrapper(
|
|
name='COMBAT_PAUSE',
|
|
share=Button(
|
|
file='./assets/share/combat/state/COMBAT_PAUSE.png',
|
|
area=(1218, 27, 1245, 53),
|
|
search=(1198, 7, 1265, 73),
|
|
color=(125, 129, 134),
|
|
button=(1218, 27, 1245, 53),
|
|
),
|
|
)
|
|
COMBAT_SPEED_2X = ButtonWrapper(
|
|
name='COMBAT_SPEED_2X',
|
|
share=Button(
|
|
file='./assets/share/combat/state/COMBAT_SPEED_2X.png',
|
|
area=(1029, 22, 1099, 58),
|
|
search=(1009, 2, 1119, 78),
|
|
color=(138, 143, 146),
|
|
button=(1029, 22, 1099, 58),
|
|
),
|
|
)
|