mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
16 lines
433 B
Python
16 lines
433 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 ```
|
||
|
|
||
|
OCR_DATA = ButtonWrapper(
|
||
|
name='OCR_DATA',
|
||
|
share=Button(
|
||
|
file='./assets/share/item/data/OCR_DATA.png',
|
||
|
area=(843, 13, 1152, 61),
|
||
|
search=(823, 0, 1172, 81),
|
||
|
color=(39, 43, 51),
|
||
|
button=(843, 13, 1152, 61),
|
||
|
),
|
||
|
)
|