From 7977e4ab17646b633aaf5536f531e79c023f2a00 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 27 Jul 2014 22:44:18 +0000 Subject: Restored ui material transparency. --- base/materials/ui.shader | 3 +++ 1 file changed, 3 insertions(+) (limited to 'base/materials') diff --git a/base/materials/ui.shader b/base/materials/ui.shader index 8bcccbe..ba1da3e 100644 --- a/base/materials/ui.shader +++ b/base/materials/ui.shader @@ -5,6 +5,7 @@ ui/background map textures/thorn/panel_01_dark bright color 0.1 0.1 0.1 1 + blendfunc blend } } @@ -15,6 +16,7 @@ ui/window map textures/thorn/panel_01_dark bright color 0.2 0.2 0.2 0.85 + blendfunc blend } } @@ -25,5 +27,6 @@ ui/button map textures/thorn/panel_01 bright color 0 0.2 0 1.0 + blendfunc blend } } -- cgit v1.2.3