StarRailCopilot/tasks/forgotten_hall/assets/assets_forgotten_hall.py
2023-07-20 13:43:34 +08:00

96 lines
2.8 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 ```
DUNGEON_ENTER_CHECKED = ButtonWrapper(
name='DUNGEON_ENTER_CHECKED',
share=Button(
file='./assets/share/forgotten_hall/DUNGEON_ENTER_CHECKED.png',
area=(29, 242, 43, 251),
search=(9, 222, 63, 271),
color=(173, 173, 173),
button=(29, 242, 43, 251),
),
)
EFFECT_NOTIFICATION = ButtonWrapper(
name='EFFECT_NOTIFICATION',
share=Button(
file='./assets/share/forgotten_hall/EFFECT_NOTIFICATION.png',
area=(237, 302, 315, 380),
search=(217, 282, 335, 400),
color=(128, 114, 85),
button=(237, 302, 315, 380),
),
)
ENTER_FORGOTTEN_HALL_DUNGEON = ButtonWrapper(
name='ENTER_FORGOTTEN_HALL_DUNGEON',
share=Button(
file='./assets/share/forgotten_hall/ENTER_FORGOTTEN_HALL_DUNGEON.png',
area=(1233, 653, 1241, 680),
search=(1213, 633, 1261, 700),
color=(219, 221, 221),
button=(1233, 653, 1241, 680),
),
)
ENTRANCE_CHECKED = ButtonWrapper(
name='ENTRANCE_CHECKED',
share=Button(
file='./assets/share/forgotten_hall/ENTRANCE_CHECKED.png',
area=(62, 662, 80, 680),
search=(42, 642, 100, 700),
color=(160, 162, 162),
button=(62, 662, 80, 680),
),
)
EXIT_CONFIRM = ButtonWrapper(
name='EXIT_CONFIRM',
share=Button(
file='./assets/share/forgotten_hall/EXIT_CONFIRM.png',
area=(776, 458, 800, 482),
search=(756, 438, 820, 502),
color=(94, 88, 76),
button=(776, 458, 800, 482),
),
)
EXIT_DUNGEON = ButtonWrapper(
name='EXIT_DUNGEON',
share=Button(
file='./assets/share/forgotten_hall/EXIT_DUNGEON.png',
area=(15, 45, 45, 75),
search=(0, 25, 65, 95),
color=(113, 117, 124),
button=(15, 45, 45, 75),
),
)
FIRST_CHARACTER = ButtonWrapper(
name='FIRST_CHARACTER',
share=Button(
file='./assets/share/forgotten_hall/FIRST_CHARACTER.png',
area=(54, 100, 150, 212),
search=(34, 80, 170, 232),
color=(145, 125, 103),
button=(54, 100, 150, 212),
),
)
LAST_VERTIGES = ButtonWrapper(
name='LAST_VERTIGES',
share=Button(
file='./assets/share/forgotten_hall/LAST_VERTIGES.png',
area=(1163, 105, 1203, 125),
search=(1143, 85, 1223, 145),
color=(221, 185, 225),
button=(1163, 105, 1203, 125),
),
)
OCR_STAGE = ButtonWrapper(
name='OCR_STAGE',
share=Button(
file='./assets/share/forgotten_hall/OCR_STAGE.png',
area=(0, 281, 1280, 581),
search=(0, 261, 1280, 601),
color=(29, 48, 92),
button=(0, 0, 1000, 100),
),
)