Fix bad formspec background in MT 5.1.0-dev

This commit is contained in:
Wuzzy 2019-09-25 18:48:47 +02:00
parent d86f602b9f
commit a19819809f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ default.ui.current_page = {}
-- Colors
local listcolors = "listcolors[#00000000;#00000010;#00000000;#68B259;#FFF]"
default.ui.default.bg = "bgcolor[#00000000;false]"
default.ui.default.bg = "bgcolor[#00000000]"
-- bgcolor intentionally not included because it would make pause menu transparent, too :(
local formspec_prepend = listcolors