Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Goers <mega@osirion.org>2009-02-07 03:24:23 +0000
committerEvan Goers <mega@osirion.org>2009-02-07 03:24:23 +0000
commitc4598ccd14b285a8d4e8eb16343aceb2c4c74da9 (patch)
tree1745edacd657cfd277d1291c3c8d0abfe2998fe0 /base/shaders/common.shader
parent765e2a6e47d971bfa0066a8f30b8cf16cca852cb (diff)
Updated entities.def with complete func_rotate documentation.
Updated shootingstar, avenger, researchstation, jupiter, ravager, heavycruiser, and destroyer. Added proposed shaders.
Diffstat (limited to 'base/shaders/common.shader')
-rw-r--r--base/shaders/common.shader102
1 files changed, 100 insertions, 2 deletions
diff --git a/base/shaders/common.shader b/base/shaders/common.shader
index 1ff196f..a574fbc 100644
--- a/base/shaders/common.shader
+++ b/base/shaders/common.shader
@@ -1,9 +1,107 @@
textures/common/clip
-{
+{
+ qer_editorimage textures/common/clip
qer_trans 0.20
}
textures/common/hint
-{
+{
+ qer_editorimage textures/common/hint
qer_trans 0.20
}
+textures/common/engine
+{
+ qer_editorimage textures/common/engine
+ engine
+ bright
+}
+
+textures/common/entity
+{
+ qer_editorimage textures/common/entity
+ entity
+ color 1.00 1.00 1.00
+}
+
+textures/common/entity_bright
+{
+ qer_editorimage textures/common/entity
+ entity
+ color 1.00 1.00 1.00
+ bright
+}
+
+textures/common/entity_dark
+{
+ qer_editorimage textures/common/entity
+ entity
+ color 0.50 0.50 0.50
+}
+
+textures/common/entity_dark_bright
+{
+ qer_editorimage textures/common/entity
+ entity
+ color 0.50 0.50 0.50
+ bright
+}
+
+textures/common/entity_second
+{
+ qer_editorimage textures/common/entity
+ entitySecond
+ color 1.00 1.00 1.00
+}
+
+textures/common/entity_second_bright
+{
+ qer_editorimage textures/common/entity
+ entitySecond
+ color 1.00 1.00 1.00
+ bright
+}
+
+textures/common/entity_second_dark
+{
+ qer_editorimage textures/common/entity
+ entitySecond
+ color 0.50 0.50 0.50
+}
+
+textures/common/entity_second_dark_bright
+{
+ qer_editorimage textures/common/entity
+ entitySecond
+ color 0.50 0.50 0.50
+ bright
+}
+
+textures/common/entity_third
+{
+ qer_editorimage textures/common/entity
+ entityThird
+ color 1.00 1.00 1.00
+}
+
+textures/common/entity_third_bright
+{
+ qer_editorimage textures/common/entity
+ entityThird
+ color 1.00 1.00 1.00
+ bright
+}
+
+textures/common/entity_third_dark
+{
+ qer_editorimage textures/common/entity
+ entityThird
+ color 0.50 0.50 0.50
+}
+
+textures/common/entity_third_dark_bright
+{
+ qer_editorimage textures/common/entity
+ entityThird
+ color 0.50 0.50 0.50
+ bright
+}