mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
76 lines
2.2 KiB
Python
76 lines
2.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 ```
|
|
|
|
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_COST = ButtonWrapper(
|
|
name='OCR_RESET_COST',
|
|
share=Button(
|
|
file='./assets/share/rogue/blessing/OCR_RESET_COST.png',
|
|
area=(689, 642, 715, 665),
|
|
search=(669, 622, 735, 685),
|
|
color=(39, 23, 25),
|
|
button=(689, 642, 715, 665),
|
|
),
|
|
)
|
|
OCR_RESET_COUNT = ButtonWrapper(
|
|
name='OCR_RESET_COUNT',
|
|
share=Button(
|
|
file='./assets/share/rogue/blessing/OCR_RESET_COUNT.png',
|
|
area=(655, 593, 873, 623),
|
|
search=(635, 573, 893, 643),
|
|
color=(23, 24, 26),
|
|
button=(655, 593, 873, 623),
|
|
),
|
|
)
|
|
OCR_ROGUE_BUFF = ButtonWrapper(
|
|
name='OCR_ROGUE_BUFF',
|
|
share=Button(
|
|
file='./assets/share/rogue/blessing/OCR_ROGUE_BUFF.png',
|
|
area=(155, 140, 1123, 348),
|
|
search=(135, 120, 1143, 368),
|
|
color=(80, 87, 106),
|
|
button=(155, 140, 1123, 348),
|
|
),
|
|
)
|