Skip to content

Commit

Permalink
Use background9 for backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallJoker committed Oct 5, 2019
1 parent 8c9821b commit 1c413ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/default/init.lua
Expand Up @@ -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)

Expand Down

0 comments on commit 1c413ed

Please sign in to comment.