Skip to content
Snippets Groups Projects
Commit 1c413ede authored by SmallJoker's avatar SmallJoker
Browse files

Use background9 for backwards compatibility

parent 8c9821b2
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment