Remove default background color

master
Wuzzy 2019-03-17 03:06:06 +01:00
parent b0586dfdfe
commit c7235eacb4
1 changed files with 1 additions and 2 deletions

View File

@ -657,8 +657,7 @@ function doc.formspec_core(tab)
minetest.formspec_escape(S("Category list")) .. "," ..
minetest.formspec_escape(S("Entry list")) .. "," ..
minetest.formspec_escape(S("Entry")) .. ";"
..tab..";false;false]" ..
"bgcolor[#343434FF]"
..tab..";false;false]"
end
function doc.formspec_main(playername)