StarRailCopilot/tasks/rogue/assets/assets_rogue_curio.py
2023-08-12 15:15:25 +08:00

26 lines
741 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 ```
CURIO_ENFORCE = ButtonWrapper(
name='CURIO_ENFORCE',
share=Button(
file='./assets/share/rogue/curio/CURIO_ENFORCE.png',
area=(465, 114, 815, 545),
search=(445, 94, 835, 565),
color=(80, 66, 61),
button=(465, 114, 815, 545),
),
)
OCR_ROGUE_CURIO = ButtonWrapper(
name='OCR_ROGUE_CURIO',
share=Button(
file='./assets/share/rogue/curio/OCR_ROGUE_CURIO.png',
area=(87, 128, 1203, 187),
search=(67, 108, 1223, 207),
color=(18, 19, 20),
button=(87, 128, 1203, 187),
),
)