2023-07-02 07:33:30 +00:00
|
|
|
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 ```
|
|
|
|
|
2023-07-02 11:37:40 +00:00
|
|
|
FLOOR_1 = ButtonWrapper(
|
|
|
|
name='FLOOR_1',
|
|
|
|
share=Button(
|
|
|
|
file='./assets/share/map/bigmap/FLOOR_1.png',
|
|
|
|
area=(37, 623, 72, 660),
|
|
|
|
search=(17, 603, 92, 680),
|
|
|
|
color=(149, 149, 149),
|
|
|
|
button=(37, 623, 72, 660),
|
|
|
|
),
|
|
|
|
)
|
|
|
|
FLOOR_2 = ButtonWrapper(
|
|
|
|
name='FLOOR_2',
|
|
|
|
share=Button(
|
|
|
|
file='./assets/share/map/bigmap/FLOOR_2.png',
|
|
|
|
area=(37, 552, 71, 589),
|
|
|
|
search=(17, 532, 91, 609),
|
|
|
|
color=(171, 171, 171),
|
|
|
|
button=(37, 552, 71, 589),
|
|
|
|
),
|
|
|
|
)
|
|
|
|
FLOOR_3 = ButtonWrapper(
|
|
|
|
name='FLOOR_3',
|
|
|
|
share=Button(
|
|
|
|
file='./assets/share/map/bigmap/FLOOR_3.png',
|
|
|
|
area=(37, 480, 71, 518),
|
|
|
|
search=(17, 460, 91, 538),
|
|
|
|
color=(152, 152, 152),
|
|
|
|
button=(37, 480, 71, 518),
|
|
|
|
),
|
|
|
|
)
|
2023-07-02 07:33:30 +00:00
|
|
|
OCR_PLANE = ButtonWrapper(
|
|
|
|
name='OCR_PLANE',
|
|
|
|
share=Button(
|
|
|
|
file='./assets/share/map/bigmap/OCR_PLANE.png',
|
|
|
|
area=(872, 138, 1252, 688),
|
|
|
|
search=(852, 118, 1272, 708),
|
|
|
|
color=(199, 199, 199),
|
|
|
|
button=(872, 138, 1252, 688),
|
|
|
|
),
|
|
|
|
)
|
|
|
|
PLANE_SCROLL = ButtonWrapper(
|
|
|
|
name='PLANE_SCROLL',
|
|
|
|
share=Button(
|
|
|
|
file='./assets/share/map/bigmap/PLANE_SCROLL.png',
|
|
|
|
area=(1252, 138, 1256, 688),
|
|
|
|
search=(1232, 118, 1276, 708),
|
|
|
|
color=(103, 103, 103),
|
|
|
|
button=(1252, 138, 1256, 688),
|
|
|
|
),
|
|
|
|
)
|
|
|
|
WORLD_HERTA = ButtonWrapper(
|
|
|
|
name='WORLD_HERTA',
|
|
|
|
share=Button(
|
|
|
|
file='./assets/share/map/bigmap/WORLD_HERTA.png',
|
|
|
|
area=(201, 332, 273, 394),
|
|
|
|
search=(181, 312, 293, 414),
|
|
|
|
color=(115, 122, 130),
|
|
|
|
button=(201, 332, 273, 394),
|
|
|
|
),
|
|
|
|
)
|
|
|
|
WORLD_JARILO = ButtonWrapper(
|
|
|
|
name='WORLD_JARILO',
|
|
|
|
share=Button(
|
|
|
|
file='./assets/share/map/bigmap/WORLD_JARILO.png',
|
|
|
|
area=(638, 138, 706, 203),
|
|
|
|
search=(618, 118, 726, 223),
|
|
|
|
color=(104, 113, 121),
|
|
|
|
button=(638, 138, 706, 203),
|
|
|
|
),
|
|
|
|
)
|
|
|
|
WORLD_LUOFU = ButtonWrapper(
|
|
|
|
name='WORLD_LUOFU',
|
|
|
|
share=Button(
|
|
|
|
file='./assets/share/map/bigmap/WORLD_LUOFU.png',
|
|
|
|
area=(983, 549, 1051, 612),
|
|
|
|
search=(963, 529, 1071, 632),
|
|
|
|
color=(103, 121, 105),
|
|
|
|
button=(983, 549, 1051, 612),
|
|
|
|
),
|
|
|
|
)
|