mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
76 lines
2.0 KiB
Python
76 lines
2.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_TEAM_PREPARE = ButtonWrapper(
|
|
name='COMBAT_TEAM_PREPARE',
|
|
cn=Button(
|
|
file='./assets/cn/combat/team/COMBAT_TEAM_PREPARE.png',
|
|
area=(1037, 648, 1116, 667),
|
|
search=(1017, 628, 1136, 687),
|
|
color=(159, 159, 159),
|
|
button=(958, 641, 1193, 676),
|
|
),
|
|
)
|
|
TEAM_1 = ButtonWrapper(
|
|
name='TEAM_1',
|
|
share=Button(
|
|
file='./assets/share/combat/team/TEAM_1.png',
|
|
area=(432, 32, 467, 63),
|
|
search=(412, 12, 487, 83),
|
|
color=(142, 134, 127),
|
|
button=(432, 32, 467, 63),
|
|
),
|
|
)
|
|
TEAM_2 = ButtonWrapper(
|
|
name='TEAM_2',
|
|
share=Button(
|
|
file='./assets/share/combat/team/TEAM_2.png',
|
|
area=(531, 32, 572, 63),
|
|
search=(511, 12, 592, 83),
|
|
color=(142, 136, 129),
|
|
button=(531, 32, 572, 63),
|
|
),
|
|
)
|
|
TEAM_3 = ButtonWrapper(
|
|
name='TEAM_3',
|
|
share=Button(
|
|
file='./assets/share/combat/team/TEAM_3.png',
|
|
area=(631, 32, 673, 63),
|
|
search=(611, 12, 693, 83),
|
|
color=(135, 128, 117),
|
|
button=(631, 32, 673, 63),
|
|
),
|
|
)
|
|
TEAM_4 = ButtonWrapper(
|
|
name='TEAM_4',
|
|
share=Button(
|
|
file='./assets/share/combat/team/TEAM_4.png',
|
|
area=(731, 32, 774, 63),
|
|
search=(711, 12, 794, 83),
|
|
color=(129, 121, 113),
|
|
button=(731, 32, 774, 63),
|
|
),
|
|
)
|
|
TEAM_5 = ButtonWrapper(
|
|
name='TEAM_5',
|
|
share=Button(
|
|
file='./assets/share/combat/team/TEAM_5.png',
|
|
area=(831, 32, 873, 63),
|
|
search=(811, 12, 893, 83),
|
|
color=(139, 129, 117),
|
|
button=(831, 32, 873, 63),
|
|
),
|
|
)
|
|
TEAM_6 = ButtonWrapper(
|
|
name='TEAM_6',
|
|
share=Button(
|
|
file='./assets/share/combat/team/TEAM_6.png',
|
|
area=(931, 32, 973, 63),
|
|
search=(911, 12, 993, 83),
|
|
color=(133, 124, 113),
|
|
button=(931, 32, 973, 63),
|
|
),
|
|
)
|