forked from VoxeLibre/VoxeLibre
parent
720bc6a56f
commit
26c9150591
|
@ -1,6 +1,6 @@
|
||||||
minetest.register_on_joinplayer(function(player)
|
minetest.register_on_joinplayer(function(player)
|
||||||
local bg = "bgcolor[#080808BB;true]"
|
local bg = ""--"bgcolor[#080808BB;true]"
|
||||||
local slots = "listcolors[#9990;#FFF7;#FFF0;#000;#FFF]"
|
local slots = "listcolors[#9990;#FFF7;#FFF0;#000;#FFF]"
|
||||||
local prepend = bg .. slots
|
local prepend = bg .. slots
|
||||||
player:set_formspec_prepend(prepend)
|
-- player:set_formspec_prepend(prepend)
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Reference in New Issue