diff options
Diffstat (limited to 'base/materials')
-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 } } |