Skip to content

Commit

Permalink
Use 9-slice background in formspec theme
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy authored and paramat committed Jun 23, 2019
1 parent 54bb0af commit a6a7199
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mods/default/init.lua
Expand Up @@ -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)

Expand Down

0 comments on commit a6a7199

Please sign in to comment.