mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
281d7490d1
Upd: Character
105 lines
2.9 KiB
Python
105 lines
2.9 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 ```
|
|
|
|
LEVEL_CONFIRM = ButtonWrapper(
|
|
name='LEVEL_CONFIRM',
|
|
share=Button(
|
|
file='./assets/share/rogue/entry/LEVEL_CONFIRM.png',
|
|
area=(1224, 633, 1248, 681),
|
|
search=(1204, 613, 1268, 701),
|
|
color=(179, 178, 182),
|
|
button=(990, 638, 1223, 676),
|
|
),
|
|
)
|
|
OCR_WEEKLY_POINT = ButtonWrapper(
|
|
name='OCR_WEEKLY_POINT',
|
|
share=Button(
|
|
file='./assets/share/rogue/entry/OCR_WEEKLY_POINT.png',
|
|
area=(130, 602, 382, 635),
|
|
search=(110, 582, 402, 655),
|
|
color=(54, 51, 50),
|
|
button=(130, 602, 382, 635),
|
|
),
|
|
)
|
|
OCR_WORLD = ButtonWrapper(
|
|
name='OCR_WORLD',
|
|
share=Button(
|
|
file='./assets/share/rogue/entry/OCR_WORLD.png',
|
|
area=(488, 339, 718, 371),
|
|
search=(468, 319, 738, 391),
|
|
color=(45, 44, 68),
|
|
button=(488, 339, 718, 371),
|
|
),
|
|
)
|
|
THEME_DLC = ButtonWrapper(
|
|
name='THEME_DLC',
|
|
share=[
|
|
Button(
|
|
file='./assets/share/rogue/entry/THEME_DLC.png',
|
|
area=(229, 300, 299, 370),
|
|
search=(209, 280, 319, 390),
|
|
color=(109, 25, 65),
|
|
button=(229, 300, 299, 370),
|
|
),
|
|
Button(
|
|
file='./assets/share/rogue/entry/THEME_DLC.2.png',
|
|
area=(224, 324, 299, 399),
|
|
search=(204, 304, 319, 419),
|
|
color=(29, 115, 140),
|
|
button=(224, 324, 299, 399),
|
|
),
|
|
],
|
|
)
|
|
THEME_ROGUE = ButtonWrapper(
|
|
name='THEME_ROGUE',
|
|
share=Button(
|
|
file='./assets/share/rogue/entry/THEME_ROGUE.png',
|
|
area=(227, 325, 297, 395),
|
|
search=(207, 305, 317, 415),
|
|
color=(80, 55, 176),
|
|
button=(227, 325, 297, 395),
|
|
),
|
|
)
|
|
THEME_SWITCH = ButtonWrapper(
|
|
name='THEME_SWITCH',
|
|
share=Button(
|
|
file='./assets/share/rogue/entry/THEME_SWITCH.png',
|
|
area=(47, 494, 87, 534),
|
|
search=(27, 474, 107, 554),
|
|
color=(86, 71, 170),
|
|
button=(47, 494, 87, 534),
|
|
),
|
|
)
|
|
WORLD_ENTER = ButtonWrapper(
|
|
name='WORLD_ENTER',
|
|
share=Button(
|
|
file='./assets/share/rogue/entry/WORLD_ENTER.png',
|
|
area=(820, 323, 980, 474),
|
|
search=(800, 303, 1000, 494),
|
|
color=(120, 130, 218),
|
|
button=(820, 323, 980, 474),
|
|
),
|
|
)
|
|
WORLD_NEXT = ButtonWrapper(
|
|
name='WORLD_NEXT',
|
|
share=Button(
|
|
file='./assets/share/rogue/entry/WORLD_NEXT.png',
|
|
area=(747, 620, 888, 708),
|
|
search=(727, 600, 908, 720),
|
|
color=(143, 88, 76),
|
|
button=(747, 620, 888, 708),
|
|
),
|
|
)
|
|
WORLD_PREV = ButtonWrapper(
|
|
name='WORLD_PREV',
|
|
share=Button(
|
|
file='./assets/share/rogue/entry/WORLD_PREV.png',
|
|
area=(745, 76, 889, 137),
|
|
search=(725, 56, 909, 157),
|
|
color=(49, 125, 128),
|
|
button=(745, 76, 889, 137),
|
|
),
|
|
)
|