Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2014-07-27 22:44:18 +0000
committerStijn Buys <ingar@osirion.org>2014-07-27 22:44:18 +0000
commit7977e4ab17646b633aaf5536f531e79c023f2a00 (patch)
tree669063c5c2daf137b0c0ffcd48dcf2ed0da725f5 /base/materials
parentf37bff4b83c57bbd288345727aa09b56388e2a95 (diff)
Restored ui material transparency.
Diffstat (limited to 'base/materials')
-rw-r--r--base/materials/ui.shader3
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
}
}