mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
66 lines
1.8 KiB
Python
66 lines
1.8 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 ```
|
|
|
|
CLAIM_ALL = ButtonWrapper(
|
|
name='CLAIM_ALL',
|
|
share=Button(
|
|
file='./assets/share/rogue/weekly/CLAIM_ALL.png',
|
|
area=(871, 524, 1146, 560),
|
|
search=(851, 504, 1166, 580),
|
|
color=(238, 186, 85),
|
|
button=(871, 524, 1146, 560),
|
|
),
|
|
)
|
|
REWARD_CHECK = ButtonWrapper(
|
|
name='REWARD_CHECK',
|
|
share=Button(
|
|
file='./assets/share/rogue/weekly/REWARD_CHECK.png',
|
|
area=(152, 504, 187, 532),
|
|
search=(132, 484, 207, 552),
|
|
color=(131, 130, 126),
|
|
button=(152, 504, 187, 532),
|
|
),
|
|
)
|
|
REWARD_CLOSE = ButtonWrapper(
|
|
name='REWARD_CLOSE',
|
|
share=Button(
|
|
file='./assets/share/rogue/weekly/REWARD_CLOSE.png',
|
|
area=(1139, 137, 1169, 167),
|
|
search=(1119, 117, 1189, 187),
|
|
color=(64, 64, 64),
|
|
button=(1139, 137, 1169, 167),
|
|
),
|
|
)
|
|
REWARD_ENTER = ButtonWrapper(
|
|
name='REWARD_ENTER',
|
|
share=Button(
|
|
file='./assets/share/rogue/weekly/REWARD_ENTER.png',
|
|
area=(59, 601, 92, 629),
|
|
search=(39, 581, 112, 649),
|
|
color=(128, 128, 129),
|
|
button=(43, 583, 117, 657),
|
|
),
|
|
)
|
|
REWARD_RED_DOT = ButtonWrapper(
|
|
name='REWARD_RED_DOT',
|
|
share=Button(
|
|
file='./assets/share/rogue/weekly/REWARD_RED_DOT.png',
|
|
area=(94, 582, 122, 610),
|
|
search=(74, 562, 142, 630),
|
|
color=(130, 67, 71),
|
|
button=(94, 582, 122, 610),
|
|
),
|
|
)
|
|
ROGUE_REPORT = ButtonWrapper(
|
|
name='ROGUE_REPORT',
|
|
share=Button(
|
|
file='./assets/share/rogue/weekly/ROGUE_REPORT.png',
|
|
area=(1198, 19, 1223, 42),
|
|
search=(1178, 0, 1243, 62),
|
|
color=(203, 165, 119),
|
|
button=(1198, 19, 1223, 42),
|
|
),
|
|
)
|