mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
16 lines
453 B
Python
16 lines
453 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_DOMAIN_EXIT = ButtonWrapper(
|
||
|
name='OCR_DOMAIN_EXIT',
|
||
|
share=Button(
|
||
|
file='./assets/share/rogue/exit/OCR_DOMAIN_EXIT.png',
|
||
|
area=(0, 0, 1280, 320),
|
||
|
search=(0, 0, 1280, 340),
|
||
|
color=(255, 255, 255),
|
||
|
button=(0, 0, 1280, 320),
|
||
|
),
|
||
|
)
|