mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
36 lines
1.1 KiB
Python
36 lines
1.1 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 ```
|
|
|
|
DOUBLE_CALYX_EVENT_TAG = ButtonWrapper(
|
|
name='DOUBLE_CALYX_EVENT_TAG',
|
|
share=Button(
|
|
file='./assets/share/dungeon/event/DOUBLE_CALYX_EVENT_TAG.png',
|
|
area=(329, 224, 425, 392),
|
|
search=(309, 204, 445, 412),
|
|
color=(131, 127, 117),
|
|
button=(329, 224, 425, 392),
|
|
),
|
|
)
|
|
DOUBLE_RELIC_EVENT_TAG = ButtonWrapper(
|
|
name='DOUBLE_RELIC_EVENT_TAG',
|
|
share=Button(
|
|
file='./assets/share/dungeon/event/DOUBLE_RELIC_EVENT_TAG.png',
|
|
area=(329, 505, 425, 589),
|
|
search=(309, 485, 445, 609),
|
|
color=(211, 206, 198),
|
|
button=(329, 505, 425, 589),
|
|
),
|
|
)
|
|
OCR_DOUBLE_EVENT_REMAIN = ButtonWrapper(
|
|
name='OCR_DOUBLE_EVENT_REMAIN',
|
|
share=Button(
|
|
file='./assets/share/dungeon/event/OCR_DOUBLE_EVENT_REMAIN.png',
|
|
area=(434, 141, 1163, 166),
|
|
search=(414, 121, 1183, 186),
|
|
color=(228, 185, 100),
|
|
button=(434, 141, 1163, 166),
|
|
),
|
|
)
|