StarRailCopilot/tasks/assignment/assets/assets_assignment_claim.py

46 lines
1.3 KiB
Python
Raw Normal View History

2023-06-19 00:39:41 +00:00
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 = ButtonWrapper(
name='CLAIM',
cn=Button(
file='./assets/cn/assignment/claim/CLAIM.png',
area=(1031, 652, 1101, 674),
search=(1011, 632, 1121, 694),
color=(169, 134, 66),
button=(920, 644, 1210, 683),
),
)
CLOSE_REPORT = ButtonWrapper(
name='CLOSE_REPORT',
cn=Button(
file='./assets/cn/assignment/claim/CLOSE_REPORT.png',
area=(397, 598, 472, 623),
search=(377, 578, 492, 643),
color=(159, 157, 153),
button=(290, 592, 579, 630),
),
)
OCR_ASSIGNMENT_REPORT_TIME = ButtonWrapper(
name='OCR_ASSIGNMENT_REPORT_TIME',
share=Button(
file='./assets/share/assignment/claim/OCR_ASSIGNMENT_REPORT_TIME.png',
area=(894, 191, 1003, 216),
search=(874, 171, 1023, 236),
color=(62, 63, 63),
button=(894, 191, 1003, 216),
),
)
REDISPATCH = ButtonWrapper(
name='REDISPATCH',
cn=Button(
file='./assets/cn/assignment/claim/REDISPATCH.png',
area=(784, 598, 901, 622),
search=(764, 578, 921, 642),
color=(158, 157, 155),
button=(700, 592, 987, 629),
),
)