mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
93 lines
2.7 KiB
Python
93 lines
2.7 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 ```
|
|
|
|
CHARACTER_MATERIALS = ButtonWrapper(
|
|
name='CHARACTER_MATERIALS',
|
|
share=Button(
|
|
file='./assets/share/assignment/ui/CHARACTER_MATERIALS.png',
|
|
area=(146, 91, 255, 124),
|
|
search=(126, 71, 275, 144),
|
|
color=(213, 213, 208),
|
|
button=(146, 91, 255, 124),
|
|
),
|
|
)
|
|
DISPATCHED = ButtonWrapper(
|
|
name='DISPATCHED',
|
|
cn=Button(
|
|
file='./assets/cn/assignment/ui/DISPATCHED.png',
|
|
area=(1032, 652, 1095, 674),
|
|
search=(1012, 632, 1115, 694),
|
|
color=(99, 93, 85),
|
|
button=(1032, 652, 1095, 674),
|
|
),
|
|
en=Button(
|
|
file='./assets/en/assignment/ui/DISPATCHED.png',
|
|
area=(1011, 655, 1117, 671),
|
|
search=(991, 635, 1137, 691),
|
|
color=(106, 101, 94),
|
|
button=(1011, 655, 1117, 671),
|
|
),
|
|
)
|
|
ENTRY_LOADED = ButtonWrapper(
|
|
name='ENTRY_LOADED',
|
|
share=Button(
|
|
file='./assets/share/assignment/ui/ENTRY_LOADED.png',
|
|
area=(467, 235, 498, 619),
|
|
search=(447, 215, 518, 639),
|
|
color=(217, 214, 205),
|
|
button=(467, 235, 498, 619),
|
|
),
|
|
)
|
|
EXP_MATERIALS_CREDITS = ButtonWrapper(
|
|
name='EXP_MATERIALS_CREDITS',
|
|
share=Button(
|
|
file='./assets/share/assignment/ui/EXP_MATERIALS_CREDITS.png',
|
|
area=(310, 85, 447, 134),
|
|
search=(290, 65, 467, 154),
|
|
color=(214, 214, 210),
|
|
button=(310, 85, 447, 134),
|
|
),
|
|
)
|
|
OCR_ASSIGNMENT_LIMIT = ButtonWrapper(
|
|
name='OCR_ASSIGNMENT_LIMIT',
|
|
share=Button(
|
|
file='./assets/share/assignment/ui/OCR_ASSIGNMENT_LIMIT.png',
|
|
area=(1095, 95, 1180, 119),
|
|
search=(1075, 75, 1200, 139),
|
|
color=(51, 54, 60),
|
|
button=(1095, 95, 1180, 119),
|
|
),
|
|
)
|
|
OCR_ASSIGNMENT_LIST = ButtonWrapper(
|
|
name='OCR_ASSIGNMENT_LIST',
|
|
share=Button(
|
|
file='./assets/share/assignment/ui/OCR_ASSIGNMENT_LIST.png',
|
|
area=(133, 139, 494, 620),
|
|
search=(113, 119, 514, 640),
|
|
color=(201, 199, 193),
|
|
button=(133, 139, 494, 620),
|
|
),
|
|
)
|
|
OCR_ASSIGNMENT_TIME = ButtonWrapper(
|
|
name='OCR_ASSIGNMENT_TIME',
|
|
share=Button(
|
|
file='./assets/share/assignment/ui/OCR_ASSIGNMENT_TIME.png',
|
|
area=(605, 564, 886, 589),
|
|
search=(585, 544, 906, 609),
|
|
color=(117, 104, 82),
|
|
button=(605, 564, 886, 589),
|
|
),
|
|
)
|
|
SYNTHESIS_MATERIALS = ButtonWrapper(
|
|
name='SYNTHESIS_MATERIALS',
|
|
share=Button(
|
|
file='./assets/share/assignment/ui/SYNTHESIS_MATERIALS.png',
|
|
area=(521, 91, 603, 128),
|
|
search=(501, 71, 623, 148),
|
|
color=(208, 208, 203),
|
|
button=(521, 91, 603, 128),
|
|
),
|
|
)
|