Upd: TECHNIQUE_POINT_*

This commit is contained in:
LmeSzinc 2024-02-06 22:49:10 +08:00
parent 7ac61ef2af
commit f0d767a70f
6 changed files with 15 additions and 15 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@ -57,49 +57,49 @@ TECHNIQUE_POINT_1 = ButtonWrapper(
name='TECHNIQUE_POINT_1',
share=Button(
file='./assets/share/map/control/TECHNIQUE_POINT_1.png',
area=(854, 594, 867, 607),
search=(834, 574, 887, 627),
area=(881, 594, 894, 607),
search=(861, 574, 914, 627),
color=(149, 141, 186),
button=(854, 594, 867, 607),
button=(881, 594, 894, 607),
),
)
TECHNIQUE_POINT_2 = ButtonWrapper(
name='TECHNIQUE_POINT_2',
share=Button(
file='./assets/share/map/control/TECHNIQUE_POINT_2.png',
area=(862, 578, 876, 592),
search=(842, 558, 896, 612),
area=(889, 578, 903, 592),
search=(869, 558, 923, 612),
color=(139, 132, 174),
button=(862, 578, 876, 592),
button=(889, 578, 903, 592),
),
)
TECHNIQUE_POINT_3 = ButtonWrapper(
name='TECHNIQUE_POINT_3',
share=Button(
file='./assets/share/map/control/TECHNIQUE_POINT_3.png',
area=(875, 566, 889, 580),
search=(855, 546, 909, 600),
area=(902, 566, 916, 580),
search=(882, 546, 936, 600),
color=(138, 130, 173),
button=(875, 566, 889, 580),
button=(902, 566, 916, 580),
),
)
TECHNIQUE_POINT_4 = ButtonWrapper(
name='TECHNIQUE_POINT_4',
share=Button(
file='./assets/share/map/control/TECHNIQUE_POINT_4.png',
area=(891, 559, 905, 573),
search=(871, 539, 925, 593),
area=(918, 559, 932, 573),
search=(898, 539, 952, 593),
color=(138, 130, 173),
button=(891, 559, 905, 573),
button=(918, 559, 932, 573),
),
)
TECHNIQUE_POINT_5 = ButtonWrapper(
name='TECHNIQUE_POINT_5',
share=Button(
file='./assets/share/map/control/TECHNIQUE_POINT_5.png',
area=(908, 559, 921, 573),
search=(888, 539, 941, 593),
area=(935, 559, 948, 573),
search=(915, 539, 968, 593),
color=(71, 72, 77),
button=(908, 559, 921, 573),
button=(935, 559, 948, 573),
),
)