forked from minetest/minetest_game
Use 9-slice background in formspec theme
This commit is contained in:
parent
54bb0afe7f
commit
a6a719967a
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user