Use 9-slice background in formspec theme

This commit is contained in:
rubenwardy 2019-06-23 03:06:29 +01:00
parent 54bb0afe7f
commit 5f34731a01

View file

@ -12,7 +12,7 @@ default.LIGHT_MAX = 14
minetest.register_on_joinplayer(function(player)
player:set_formspec_prepend([[
bgcolor[#080808BB;true]
background[5,5;1,1;gui_formbg.png;true]
background[5,5;1,1;gui_formbg.png;true;10]
listcolors[#00000069;#5A5A5A;#141318;#30434C;#FFF] ]])
end)