mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 00:35:34 +00:00
Fix: Missing file assets_combat_interact.py (fixed #20)
This commit is contained in:
parent
74562d03e4
commit
16d5e447df
15
tasks/combat/assets/assets_combat_interact.py
Normal file
15
tasks/combat/assets/assets_combat_interact.py
Normal file
@ -0,0 +1,15 @@
|
||||
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=(779, 419, 807, 442),
|
||||
search=(759, 399, 827, 462),
|
||||
color=(190, 191, 191),
|
||||
button=(777, 412, 997, 446),
|
||||
),
|
||||
)
|
Loading…
Reference in New Issue
Block a user