mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
56 lines
1.6 KiB
Python
56 lines
1.6 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_PREPARE = ButtonWrapper(
|
|
name='COMBAT_PREPARE',
|
|
cn=Button(
|
|
file='./assets/cn/combat/prepare/COMBAT_PREPARE.png',
|
|
area=(1071, 649, 1110, 667),
|
|
search=(1051, 629, 1130, 687),
|
|
color=(141, 140, 141),
|
|
button=(956, 640, 1224, 676),
|
|
),
|
|
)
|
|
OCR_TRAILBLAZE_POWER = ButtonWrapper(
|
|
name='OCR_TRAILBLAZE_POWER',
|
|
share=Button(
|
|
file='./assets/share/combat/prepare/OCR_TRAILBLAZE_POWER.png',
|
|
area=(1043, 26, 1131, 48),
|
|
search=(1023, 6, 1151, 68),
|
|
color=(43, 46, 53),
|
|
button=(1043, 26, 1131, 48),
|
|
),
|
|
)
|
|
OCR_WAVE_COUNT = ButtonWrapper(
|
|
name='OCR_WAVE_COUNT',
|
|
share=Button(
|
|
file='./assets/share/combat/prepare/OCR_WAVE_COUNT.png',
|
|
area=(911, 549, 1151, 581),
|
|
search=(891, 529, 1171, 601),
|
|
color=(27, 29, 32),
|
|
button=(911, 549, 1151, 581),
|
|
),
|
|
)
|
|
WAVE_MINUS = ButtonWrapper(
|
|
name='WAVE_MINUS',
|
|
share=Button(
|
|
file='./assets/share/combat/prepare/WAVE_MINUS.png',
|
|
area=(825, 577, 858, 599),
|
|
search=(805, 557, 878, 619),
|
|
color=(239, 239, 239),
|
|
button=(825, 577, 858, 599),
|
|
),
|
|
)
|
|
WAVE_PLUS = ButtonWrapper(
|
|
name='WAVE_PLUS',
|
|
share=Button(
|
|
file='./assets/share/combat/prepare/WAVE_PLUS.png',
|
|
area=(1203, 578, 1239, 598),
|
|
search=(1183, 558, 1259, 618),
|
|
color=(23, 24, 25),
|
|
button=(1203, 578, 1239, 598),
|
|
),
|
|
)
|