mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
46 lines
1.3 KiB
Python
46 lines
1.3 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 = ButtonWrapper(
|
|
name='CLAIM',
|
|
share=Button(
|
|
file='./assets/share/assignment/claim/CLAIM.png',
|
|
area=(1034, 653, 1054, 673),
|
|
search=(920, 644, 1210, 683),
|
|
color=(106, 89, 56),
|
|
button=(1023, 644, 1135, 683),
|
|
),
|
|
)
|
|
CLOSE_REPORT = ButtonWrapper(
|
|
name='CLOSE_REPORT',
|
|
share=Button(
|
|
file='./assets/share/assignment/claim/CLOSE_REPORT.png',
|
|
area=(398, 598, 422, 622),
|
|
search=(290, 592, 579, 630),
|
|
color=(99, 93, 80),
|
|
button=(385, 592, 505, 630),
|
|
),
|
|
)
|
|
OCR_ASSIGNMENT_REPORT_TIME = ButtonWrapper(
|
|
name='OCR_ASSIGNMENT_REPORT_TIME',
|
|
share=Button(
|
|
file='./assets/share/assignment/claim/OCR_ASSIGNMENT_REPORT_TIME.png',
|
|
area=(870, 222, 1002, 247),
|
|
search=(850, 202, 1022, 267),
|
|
color=(57, 57, 60),
|
|
button=(870, 222, 1002, 247),
|
|
),
|
|
)
|
|
REDISPATCH = ButtonWrapper(
|
|
name='REDISPATCH',
|
|
share=Button(
|
|
file='./assets/share/assignment/claim/REDISPATCH.png',
|
|
area=(786, 598, 810, 622),
|
|
search=(700, 592, 987, 629),
|
|
color=(96, 90, 78),
|
|
button=(779, 592, 905, 629),
|
|
),
|
|
)
|