Add a color reference to the signs dialog

This commit is contained in:
Vanessa Ezekowitz 2014-09-01 22:31:56 -04:00
parent ab393d7960
commit 338dc8a38f
2 changed files with 2 additions and 2 deletions

View File

@ -465,8 +465,8 @@ signs_lib.construct_sign = function(pos, locked)
meta:set_string(
"formspec",
"size[6,4]"..
"textarea[0,0;6.5,3;text;;${text}]"..
"button_exit[2,3;2,1;ok;Write]"..
"textarea[0,-0.3;6.5,3;text;;${text}]"..
"button_exit[2,3.4;2,1;ok;Write]"..
"background[-0.5,-0.5;7,5;bg_signs_lib.jpg]")
meta:set_string("infotext", "")
end

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 81 KiB