mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
116 lines
3.2 KiB
Python
116 lines
3.2 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),
|
|
),
|
|
)
|
|
DUNGEON_EXIT = ButtonWrapper(
|
|
name='DUNGEON_EXIT',
|
|
share=Button(
|
|
file='./assets/share/base/daemon/DUNGEON_EXIT.png',
|
|
area=(582, 598, 606, 622),
|
|
search=(562, 578, 626, 642),
|
|
color=(106, 99, 89),
|
|
button=(582, 598, 606, 622),
|
|
),
|
|
)
|
|
INTERACT_COLLECT = ButtonWrapper(
|
|
name='INTERACT_COLLECT',
|
|
share=Button(
|
|
file='./assets/share/base/daemon/INTERACT_COLLECT.png',
|
|
area=(754, 423, 772, 441),
|
|
search=(734, 403, 792, 461),
|
|
color=(154, 166, 170),
|
|
button=(754, 423, 772, 441),
|
|
),
|
|
)
|
|
INTERACT_INVESTIGATE = ButtonWrapper(
|
|
name='INTERACT_INVESTIGATE',
|
|
share=Button(
|
|
file='./assets/share/base/daemon/INTERACT_INVESTIGATE.png',
|
|
area=(754, 419, 774, 439),
|
|
search=(734, 399, 794, 459),
|
|
color=(127, 129, 131),
|
|
button=(754, 419, 774, 439),
|
|
),
|
|
)
|
|
INTERACT_TREASURE = ButtonWrapper(
|
|
name='INTERACT_TREASURE',
|
|
share=Button(
|
|
file='./assets/share/base/daemon/INTERACT_TREASURE.png',
|
|
area=(753, 420, 781, 440),
|
|
search=(733, 400, 801, 460),
|
|
color=(193, 194, 195),
|
|
button=(753, 420, 781, 440),
|
|
),
|
|
)
|
|
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),
|
|
),
|
|
)
|
|
TUTORIAL_CHECK = ButtonWrapper(
|
|
name='TUTORIAL_CHECK',
|
|
share=Button(
|
|
file='./assets/share/base/daemon/TUTORIAL_CHECK.png',
|
|
area=(628, 43, 653, 65),
|
|
search=(608, 23, 673, 85),
|
|
color=(90, 155, 145),
|
|
button=(628, 43, 653, 65),
|
|
),
|
|
)
|
|
TUTORIAL_CLOSE = ButtonWrapper(
|
|
name='TUTORIAL_CLOSE',
|
|
share=Button(
|
|
file='./assets/share/base/daemon/TUTORIAL_CLOSE.png',
|
|
area=(579, 634, 700, 669),
|
|
search=(559, 614, 720, 689),
|
|
color=(215, 213, 215),
|
|
button=(579, 634, 700, 669),
|
|
),
|
|
)
|
|
TUTORIAL_NEXT = ButtonWrapper(
|
|
name='TUTORIAL_NEXT',
|
|
share=Button(
|
|
file='./assets/share/base/daemon/TUTORIAL_NEXT.png',
|
|
area=(1190, 303, 1240, 365),
|
|
search=(1170, 283, 1260, 385),
|
|
color=(45, 45, 49),
|
|
button=(1190, 303, 1240, 365),
|
|
),
|
|
)
|