mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
96 lines
2.7 KiB
Python
96 lines
2.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 ```
|
|
|
|
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=(989, 649, 1231, 684),
|
|
search=(969, 629, 1251, 704),
|
|
color=(214, 214, 217),
|
|
button=(989, 649, 1231, 684),
|
|
),
|
|
)
|
|
ENTRANCE_CHECKED = ButtonWrapper(
|
|
name='ENTRANCE_CHECKED',
|
|
share=Button(
|
|
file='./assets/share/forgotten_hall/ENTRANCE_CHECKED.png',
|
|
area=(55, 632, 71, 650),
|
|
search=(35, 612, 91, 670),
|
|
color=(156, 156, 157),
|
|
button=(55, 632, 71, 650),
|
|
),
|
|
)
|
|
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),
|
|
),
|
|
)
|