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