Use background9 for backwards compatibility

This commit is contained in:
SmallJoker 2019-10-05 17:55:42 +02:00
parent 8c9821b227
commit 1c413ede9a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,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]
background9[5,5;1,1;gui_formbg.png;true;10]
listcolors[#00000069;#5A5A5A;#141318;#30434C;#FFF] ]])
end)