Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
+ }
}