mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-26 18:20:42 +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 ```
|
||
|
|
||
|
CHOOSE_OPTION = ButtonWrapper(
|
||
|
name='CHOOSE_OPTION',
|
||
|
share=Button(
|
||
|
file='./assets/share/rogue/event/CHOOSE_OPTION.png',
|
||
|
area=(813, 300, 831, 318),
|
||
|
search=(792, 62, 844, 720),
|
||
|
color=(67, 60, 47),
|
||
|
button=(804, 290, 995, 390),
|
||
|
),
|
||
|
)
|
||
|
CHOOSE_OPTION_CONFIRM = ButtonWrapper(
|
||
|
name='CHOOSE_OPTION_CONFIRM',
|
||
|
share=Button(
|
||
|
file='./assets/share/rogue/event/CHOOSE_OPTION_CONFIRM.png',
|
||
|
area=(1162, 396, 1182, 436),
|
||
|
search=(1135, 61, 1205, 720),
|
||
|
color=(174, 174, 175),
|
||
|
button=(1037, 403, 1165, 430),
|
||
|
),
|
||
|
)
|
||
|
CHOOSE_STORY = ButtonWrapper(
|
||
|
name='CHOOSE_STORY',
|
||
|
share=Button(
|
||
|
file='./assets/share/rogue/event/CHOOSE_STORY.png',
|
||
|
area=(812, 494, 836, 516),
|
||
|
search=(786, 465, 848, 711),
|
||
|
color=(118, 117, 117),
|
||
|
button=(848, 488, 1155, 525),
|
||
|
),
|
||
|
)
|
||
|
OCR_EVENT = ButtonWrapper(
|
||
|
name='OCR_EVENT',
|
||
|
share=Button(
|
||
|
file='./assets/share/rogue/event/OCR_EVENT.png',
|
||
|
area=(789, 71, 1204, 647),
|
||
|
search=(769, 51, 1224, 667),
|
||
|
color=(25, 25, 25),
|
||
|
button=(789, 71, 1204, 647),
|
||
|
),
|
||
|
)
|