mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
33 lines
974 B
Python
33 lines
974 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),
|
|
),
|
|
en=Button(
|
|
file='./assets/en/daily/camera/PICTURE_TAKEN.png',
|
|
area=(1027, 622, 1072, 638),
|
|
search=(1007, 602, 1092, 658),
|
|
color=(160, 161, 162),
|
|
button=(1027, 622, 1072, 638),
|
|
),
|
|
)
|
|
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),
|
|
),
|
|
)
|