mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-01 03:20:03 -04:00
Use 9-slice background in formspec theme
This commit is contained in:
parent
54bb0afe7f
commit
5f34731a01
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ default.LIGHT_MAX = 14
|
|||
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…
Add table
Reference in a new issue