mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
26 lines
747 B
Python
26 lines
747 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 ```
|
||
|
|
||
|
PICTURE_TAKEN = ButtonWrapper(
|
||
|
name='PICTURE_TAKEN',
|
||
|
cn=Button(
|
||
|
file='./assets/cn/daily/camera/PICTURE_TAKEN.png',
|
||
|
area=(1030, 620, 1069, 639),
|
||
|
search=(1010, 600, 1089, 659),
|
||
|
color=(153, 153, 155),
|
||
|
button=(1030, 620, 1069, 639),
|
||
|
),
|
||
|
)
|
||
|
TAKE_PICTURE = ButtonWrapper(
|
||
|
name='TAKE_PICTURE',
|
||
|
share=Button(
|
||
|
file='./assets/share/daily/camera/TAKE_PICTURE.png',
|
||
|
area=(1120, 344, 1160, 375),
|
||
|
search=(1100, 324, 1180, 395),
|
||
|
color=(172, 173, 172),
|
||
|
button=(1120, 344, 1160, 375),
|
||
|
),
|
||
|
)
|