Use 9-slice background in formspec theme

This commit is contained in:
rubenwardy 2019-06-24 00:10:13 +01:00 committed by Paramat
parent 54bb0afe7f
commit a6a719967a
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ 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)