StarRailCopilot/tasks/dungeon/assets/assets_dungeon_event.py
2024-01-12 23:15:04 +08:00

56 lines
1.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 ```
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),
),
)
DOUBLE_ROGUE_EVENT_TAG = ButtonWrapper(
name='DOUBLE_ROGUE_EVENT_TAG',
share=Button(
file='./assets/share/dungeon/event/DOUBLE_ROGUE_EVENT_TAG.png',
area=(346, 156, 431, 217),
search=(326, 136, 451, 237),
color=(141, 135, 123),
button=(346, 156, 431, 217),
),
)
OCR_DOUBLE_EVENT_REMAIN = ButtonWrapper(
name='OCR_DOUBLE_EVENT_REMAIN',
share=Button(
file='./assets/share/dungeon/event/OCR_DOUBLE_EVENT_REMAIN.png',
area=(523, 181, 1087, 203),
search=(503, 161, 1107, 223),
color=(200, 162, 88),
button=(523, 181, 1087, 203),
),
)
OCR_DOUBLE_EVENT_REMAIN_AT_COMBAT = ButtonWrapper(
name='OCR_DOUBLE_EVENT_REMAIN_AT_COMBAT',
share=Button(
file='./assets/share/dungeon/event/OCR_DOUBLE_EVENT_REMAIN_AT_COMBAT.png',
area=(799, 460, 1268, 626),
search=(779, 440, 1280, 646),
color=(59, 53, 48),
button=(799, 460, 1268, 626),
),
)