mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
45 lines
1.4 KiB
Python
45 lines
1.4 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 ```
|
|
|
|
DUNGEON_COMBAT_INTERACT = ButtonWrapper(
|
|
name='DUNGEON_COMBAT_INTERACT',
|
|
share=[
|
|
Button(
|
|
file='./assets/share/combat/interact/DUNGEON_COMBAT_INTERACT.png',
|
|
area=(753, 419, 781, 441),
|
|
search=(733, 399, 801, 461),
|
|
color=(199, 197, 198),
|
|
button=(750, 411, 997, 448),
|
|
),
|
|
Button(
|
|
file='./assets/share/combat/interact/DUNGEON_COMBAT_INTERACT.2.png',
|
|
area=(780, 419, 808, 441),
|
|
search=(760, 399, 828, 461),
|
|
color=(199, 197, 198),
|
|
button=(750, 411, 997, 448),
|
|
),
|
|
],
|
|
)
|
|
DUNGEON_COMBAT_INTERACT_TEXT = ButtonWrapper(
|
|
name='DUNGEON_COMBAT_INTERACT_TEXT',
|
|
share=Button(
|
|
file='./assets/share/combat/interact/DUNGEON_COMBAT_INTERACT_TEXT.png',
|
|
area=(790, 391, 1055, 456),
|
|
search=(770, 371, 1075, 476),
|
|
color=(47, 51, 53),
|
|
button=(790, 391, 1055, 456),
|
|
),
|
|
)
|
|
MAP_LOADING = ButtonWrapper(
|
|
name='MAP_LOADING',
|
|
share=Button(
|
|
file='./assets/share/combat/interact/MAP_LOADING.png',
|
|
area=(644, 367, 662, 389),
|
|
search=(639, 357, 667, 405),
|
|
color=(159, 141, 149),
|
|
button=(644, 367, 662, 389),
|
|
),
|
|
)
|