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.shader23
1 files changed, 23 insertions, 0 deletions
diff --git a/base/materials/ui.shader b/base/materials/ui.shader
new file mode 100644
index 0000000..c5c3f07
--- /dev/null
+++ b/base/materials/ui.shader
@@ -0,0 +1,23 @@
+ui/background
+{
+ qer_editorimage textures/thorn/panel_01_dark
+ texture 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
+}
+
+ui/button
+{
+ qer_editorimage textures/thorn/panel_01
+ texture textures/thorn/panel_01
+ bright
+ color 0 0.2 0 1.0
+}