mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
16 lines
491 B
Python
16 lines
491 B
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),
|
|
),
|
|
)
|