mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
14bf3c81b4
Add wait until blessing stable function;
66 lines
1.9 KiB
Python
66 lines
1.9 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 ```
|
|
|
|
BLESSING_ENFORCE = ButtonWrapper(
|
|
name='BLESSING_ENFORCE',
|
|
share=Button(
|
|
file='./assets/share/rogue/blessing/BLESSING_ENFORCE.png',
|
|
area=(500, 141, 608, 556),
|
|
search=(480, 121, 628, 576),
|
|
color=(123, 100, 78),
|
|
button=(500, 141, 608, 556),
|
|
),
|
|
)
|
|
BLESSING_RESET = ButtonWrapper(
|
|
name='BLESSING_RESET',
|
|
share=Button(
|
|
file='./assets/share/rogue/blessing/BLESSING_RESET.png',
|
|
area=(652, 629, 889, 677),
|
|
search=(632, 609, 909, 697),
|
|
color=(204, 203, 204),
|
|
button=(652, 629, 889, 677),
|
|
),
|
|
)
|
|
BLESSING_STABLE_FLAG = ButtonWrapper(
|
|
name='BLESSING_STABLE_FLAG',
|
|
share=Button(
|
|
file='./assets/share/rogue/blessing/BLESSING_STABLE_FLAG.png',
|
|
area=(846, 520, 896, 542),
|
|
search=(826, 500, 916, 562),
|
|
color=(250, 250, 250),
|
|
button=(846, 520, 896, 542),
|
|
),
|
|
)
|
|
BOTTOM_WHITE_BAR = ButtonWrapper(
|
|
name='BOTTOM_WHITE_BAR',
|
|
share=Button(
|
|
file='./assets/share/rogue/blessing/BOTTOM_WHITE_BAR.png',
|
|
area=(166, 520, 1114, 542),
|
|
search=(146, 500, 1134, 562),
|
|
color=(210, 211, 211),
|
|
button=(166, 520, 1114, 542),
|
|
),
|
|
)
|
|
OCR_RESET_COUNT = ButtonWrapper(
|
|
name='OCR_RESET_COUNT',
|
|
share=Button(
|
|
file='./assets/share/rogue/blessing/OCR_RESET_COUNT.png',
|
|
area=(714, 595, 824, 620),
|
|
search=(694, 575, 844, 640),
|
|
color=(37, 37, 41),
|
|
button=(714, 595, 824, 620),
|
|
),
|
|
)
|
|
OCR_ROGUE_BUFF = ButtonWrapper(
|
|
name='OCR_ROGUE_BUFF',
|
|
share=Button(
|
|
file='./assets/share/rogue/blessing/OCR_ROGUE_BUFF.png',
|
|
area=(155, 139, 1125, 337),
|
|
search=(135, 119, 1145, 357),
|
|
color=(79, 86, 104),
|
|
button=(155, 139, 1125, 337),
|
|
),
|
|
)
|