Make formspec background opaque
This commit is contained in:
parent
2e9fe8af98
commit
1cb93487f4
3
init.lua
3
init.lua
@ -690,7 +690,8 @@ function doc.formspec_core(tab)
|
|||||||
minetest.formspec_escape(S("Category list")) .. "," ..
|
minetest.formspec_escape(S("Category list")) .. "," ..
|
||||||
minetest.formspec_escape(S("Entry list")) .. "," ..
|
minetest.formspec_escape(S("Entry list")) .. "," ..
|
||||||
minetest.formspec_escape(S("Entry")) .. ";"
|
minetest.formspec_escape(S("Entry")) .. ";"
|
||||||
..tab..";true;false]"
|
..tab..";true;true]" ..
|
||||||
|
"bgcolor[#343434FF]"
|
||||||
end
|
end
|
||||||
|
|
||||||
function doc.formspec_main(playername)
|
function doc.formspec_main(playername)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user