diff options
author | Stijn Buys <ingar@osirion.org> | 2014-07-27 22:44:18 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2014-07-27 22:44:18 +0000 |
commit | 7977e4ab17646b633aaf5536f531e79c023f2a00 (patch) | |
tree | 669063c5c2daf137b0c0ffcd48dcf2ed0da725f5 | |
parent | f37bff4b83c57bbd288345727aa09b56388e2a95 (diff) |
Restored ui material transparency.
-rw-r--r-- | base/materials/ui.shader | 3 |
1 files changed, 3 insertions, 0 deletions
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 } } |