mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 16:40:28 +00:00
46 lines
1.3 KiB
Python
46 lines
1.3 KiB
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 ```
|
|
|
|
CHAT_CLOSE = ButtonWrapper(
|
|
name='CHAT_CLOSE',
|
|
share=Button(
|
|
file='./assets/share/base/daemon/CHAT_CLOSE.png',
|
|
area=(1115, 96, 1145, 126),
|
|
search=(1095, 76, 1165, 146),
|
|
color=(180, 180, 180),
|
|
button=(1115, 96, 1145, 126),
|
|
),
|
|
)
|
|
CHAT_OPTION = ButtonWrapper(
|
|
name='CHAT_OPTION',
|
|
share=Button(
|
|
file='./assets/share/base/daemon/CHAT_OPTION.png',
|
|
area=(628, 483, 648, 537),
|
|
search=(608, 463, 668, 557),
|
|
color=(217, 215, 214),
|
|
button=(649, 496, 1129, 525),
|
|
),
|
|
)
|
|
STORY_NEXT = ButtonWrapper(
|
|
name='STORY_NEXT',
|
|
share=Button(
|
|
file='./assets/share/base/daemon/STORY_NEXT.png',
|
|
area=(631, 673, 649, 682),
|
|
search=(611, 653, 669, 702),
|
|
color=(124, 108, 83),
|
|
button=(927, 606, 1219, 693),
|
|
),
|
|
)
|
|
STORY_OPTION = ButtonWrapper(
|
|
name='STORY_OPTION',
|
|
share=Button(
|
|
file='./assets/share/base/daemon/STORY_OPTION.png',
|
|
area=(783, 456, 795, 485),
|
|
search=(763, 436, 815, 505),
|
|
color=(158, 167, 171),
|
|
button=(813, 453, 1069, 488),
|
|
),
|
|
)
|