From 90feb42d52af5f3c560e042bd8e2ab5537f2cc52 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 19 Jul 2023 17:33:36 +0200 Subject: [PATCH] Chess: Remove dark formspec background So the chat messages are more readable --- src/chess.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/chess.lua b/src/chess.lua index 3520a26..88cb086 100644 --- a/src/chess.lua +++ b/src/chess.lua @@ -1107,7 +1107,6 @@ local fs_init = [[ size[16,10.7563;] no_prepend[] ]] - .."bgcolor[#080808BB;true]" .."background[0,0;16,10.7563;chess_bg.png;true]" .."style_type[button,image_button,item_image_button;bgcolor=#8f3000]" .."label[2.2,0.652;"..minetest.colorize("#404040", FS("Select a game mode")).."]" @@ -1124,7 +1123,6 @@ local fs = [[ formspec_version[2] size[16,10.7563;] no_prepend[] - bgcolor[#080808BB;true] background[0,0;16,10.7563;chess_bg.png;true] style_type[button,image_button,item_image_button;bgcolor=#8f3000] style_type[list;spacing=0.1;size=0.975]