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-09 19:28:56 +0000
committerStijn Buys <ingar@osirion.org>2014-07-09 19:28:56 +0000
commitaa7d54f04dc3eefed2cbf050199d641f035ecf47 (patch)
treee84e71e8011646dec45d4edfbcd627d3ea1eeee1 /base/materials/ui.shader
parent4178b0688dde041b48f4a21a3ac29ba09cce8cc9 (diff)
Updated shaders to the new shader file format.
Diffstat (limited to 'base/materials/ui.shader')
-rw-r--r--base/materials/ui.shader24
1 files changed, 15 insertions, 9 deletions
diff --git a/base/materials/ui.shader b/base/materials/ui.shader
index c5c3f07..8bcccbe 100644
--- a/base/materials/ui.shader
+++ b/base/materials/ui.shader
@@ -1,23 +1,29 @@
ui/background
{
qer_editorimage textures/thorn/panel_01_dark
- texture textures/thorn/panel_01_dark
- bright
- color 0.1 0.1 0.1 1
+ {
+ map textures/thorn/panel_01_dark
+ bright
+ color 0.1 0.1 0.1 1
+ }
}
ui/window
{
qer_editorimage textures/thorn/panel_01_dark
- texture textures/thorn/panel_01_dark
- bright
- color 0.2 0.2 0.2 0.85
+ {
+ map textures/thorn/panel_01_dark
+ bright
+ color 0.2 0.2 0.2 0.85
+ }
}
ui/button
{
qer_editorimage textures/thorn/panel_01
- texture textures/thorn/panel_01
- bright
- color 0 0.2 0 1.0
+ {
+ map textures/thorn/panel_01
+ bright
+ color 0 0.2 0 1.0
+ }
}