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>2011-07-30 13:35:14 +0000
committerStijn Buys <ingar@osirion.org>2011-07-30 13:35:14 +0000
commit0981a22e5ad0ea2725299badd700eecde6c5f268 (patch)
tree13e24793edc3407c04ccceea9a76ba3823e4675a /base/materials
parentdf0ce1e6e175f409f426b58fdcd60e6fd365308f (diff)
Edited ui colors, added initial ui materials.
Diffstat (limited to 'base/materials')
-rw-r--r--base/materials/shaderlist.txt2
-rw-r--r--base/materials/ui.shader23
2 files changed, 25 insertions, 0 deletions
diff --git a/base/materials/shaderlist.txt b/base/materials/shaderlist.txt
index 083b65a..5a08439 100644
--- a/base/materials/shaderlist.txt
+++ b/base/materials/shaderlist.txt
@@ -6,3 +6,5 @@ trak
detail
thorn
commodities
+ui
+
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
+}