mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-16 13:25:13 +00:00
26 lines
691 B
Python
26 lines
691 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_AP = ButtonWrapper(
|
|
name='OCR_AP',
|
|
share=Button(
|
|
file='./assets/share/item/data/OCR_AP.png',
|
|
area=(560, 11, 667, 37),
|
|
search=(540, 0, 687, 57),
|
|
color=(211, 216, 219),
|
|
button=(560, 11, 667, 37),
|
|
),
|
|
)
|
|
OCR_DATA = ButtonWrapper(
|
|
name='OCR_DATA',
|
|
share=Button(
|
|
file='./assets/share/item/data/OCR_DATA.png',
|
|
area=(768, 12, 1072, 37),
|
|
search=(748, 0, 1092, 57),
|
|
color=(212, 220, 224),
|
|
button=(768, 12, 1072, 37),
|
|
),
|
|
)
|