mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
16 lines
462 B
Python
16 lines
462 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 ```
|
|
|
|
COMBAT_PREPARE = ButtonWrapper(
|
|
name='COMBAT_PREPARE',
|
|
cn=Button(
|
|
file='./assets/cn/combat/prepare/COMBAT_PREPARE.png',
|
|
area=(1071, 649, 1110, 667),
|
|
search=(1051, 629, 1130, 687),
|
|
color=(141, 140, 141),
|
|
button=(956, 640, 1224, 676),
|
|
),
|
|
)
|