mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-23 00:52:22 +00:00
16 lines
444 B
Python
16 lines
444 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_MAP_NAME = ButtonWrapper(
|
|
name='OCR_MAP_NAME',
|
|
share=Button(
|
|
file='./assets/share/base/main_page/OCR_MAP_NAME.png',
|
|
area=(48, 15, 373, 32),
|
|
search=(28, 0, 393, 52),
|
|
color=(69, 72, 78),
|
|
button=(48, 15, 373, 32),
|
|
),
|
|
)
|