1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-01-12 11:00:25 +01:00

remove in mod soundset, textures buttons "+" and "-", resize icon button, it's lighter.

This commit is contained in:
crabman77 2015-12-22 19:27:38 +01:00
parent 2a39d7cbfd
commit dbf5091951
4 changed files with 6 additions and 6 deletions

View File

@ -102,17 +102,17 @@ end
local formspec = "size[6,6]".. local formspec = "size[6,6]"..
"label[2,0;Sound Menu]".. "label[2,0;Sound Menu]"..
"label[0,1.2;MUSIC]".. "label[0,1.2;MUSIC]"..
"image_button[1.6,1;1,1;soundset_dec.png;vmusic;-]".. "button[1.6,1;1,1;vmusic;-]"..
"label[2.7,1.2;%s]".. "label[2.7,1.2;%s]"..
"image_button[3.5,1;1,1;soundset_inc.png;vmusic;+]".. "button[3.5,1;1,1;vmusic;+]"..
"label[0,2.2;AMBIENCE]".. "label[0,2.2;AMBIENCE]"..
"image_button[1.6,2;1,1;soundset_dec.png;vambience;-]".. "button[1.6,2;1,1;vambience;-]"..
"label[2.7,2.2;%s]".. "label[2.7,2.2;%s]"..
"image_button[3.5,2;1,1;soundset_inc.png;vambience;+]".. "button[3.5,2;1,1;vambience;+]"..
"label[0,3.2;OTHER]".. "label[0,3.2;OTHER]"..
"image_button[1.6,3;1,1;soundset_dec.png;vother;-]".. "button[1.6,3;1,1;vother;-]"..
"label[2.7,3.2;%s]".. "label[2.7,3.2;%s]"..
"image_button[3.5,3;1,1;soundset_inc.png;vother;+]".. "button[3.5,3;1,1;vother;+]"..
"button_exit[0.5,5.2;1.5,1;abort;Abort]".. "button_exit[0.5,5.2;1.5,1;abort;Abort]"..
"button_exit[4,5.2;1.5,1;abort;Ok]" "button_exit[4,5.2;1.5,1;abort;Ok]"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB