mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
36 lines
1.0 KiB
Python
36 lines
1.0 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 ```
|
|
|
|
OCR_SIMUNI_POINT = ButtonWrapper(
|
|
name='OCR_SIMUNI_POINT',
|
|
share=Button(
|
|
file='./assets/share/dungeon/state/OCR_SIMUNI_POINT.png',
|
|
area=(580, 237, 860, 277),
|
|
search=(560, 217, 880, 297),
|
|
color=(163, 170, 252),
|
|
button=(580, 237, 860, 277),
|
|
),
|
|
)
|
|
OCR_SIMUNI_POINT_OFFSET = ButtonWrapper(
|
|
name='OCR_SIMUNI_POINT_OFFSET',
|
|
share=Button(
|
|
file='./assets/share/dungeon/state/OCR_SIMUNI_POINT_OFFSET.png',
|
|
area=(685, 250, 717, 273),
|
|
search=(583, 187, 883, 387),
|
|
color=(199, 200, 250),
|
|
button=(685, 250, 717, 273),
|
|
),
|
|
)
|
|
OCR_STAMINA = ButtonWrapper(
|
|
name='OCR_STAMINA',
|
|
share=Button(
|
|
file='./assets/share/dungeon/state/OCR_STAMINA.png',
|
|
area=(675, 11, 1181, 64),
|
|
search=(655, 0, 1201, 84),
|
|
color=(75, 89, 125),
|
|
button=(675, 11, 1181, 64),
|
|
),
|
|
)
|