mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
73 lines
2.1 KiB
Python
73 lines
2.1 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=(836, 640, 1225, 677),
|
|
color=(141, 140, 141),
|
|
button=(956, 640, 1224, 676),
|
|
),
|
|
en=Button(
|
|
file='./assets/en/combat/prepare/COMBAT_PREPARE.png',
|
|
area=(1043, 650, 1137, 666),
|
|
search=(836, 640, 1225, 677),
|
|
color=(153, 154, 155),
|
|
button=(956, 640, 1225, 676),
|
|
),
|
|
)
|
|
OCR_WAVE_COST = ButtonWrapper(
|
|
name='OCR_WAVE_COST',
|
|
share=Button(
|
|
file='./assets/share/combat/prepare/OCR_WAVE_COST.png',
|
|
area=(845, 649, 891, 667),
|
|
search=(825, 629, 911, 687),
|
|
color=(50, 53, 57),
|
|
button=(845, 649, 891, 667),
|
|
),
|
|
)
|
|
OCR_WAVE_COUNT = ButtonWrapper(
|
|
name='OCR_WAVE_COUNT',
|
|
share=Button(
|
|
file='./assets/share/combat/prepare/OCR_WAVE_COUNT.png',
|
|
area=(911, 555, 1151, 581),
|
|
search=(891, 535, 1171, 601),
|
|
color=(32, 34, 37),
|
|
button=(911, 555, 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=(1204, 578, 1236, 598),
|
|
search=(1184, 558, 1256, 618),
|
|
color=(229, 229, 229),
|
|
button=(1204, 578, 1236, 598),
|
|
),
|
|
)
|
|
WAVE_SLIDER = ButtonWrapper(
|
|
name='WAVE_SLIDER',
|
|
share=Button(
|
|
file='./assets/share/combat/prepare/WAVE_SLIDER.png',
|
|
area=(911, 585, 1150, 591),
|
|
search=(891, 565, 1170, 611),
|
|
color=(167, 118, 68),
|
|
button=(911, 585, 1150, 591),
|
|
),
|
|
)
|