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>2009-06-05 19:14:55 +0000
committerStijn Buys <ingar@osirion.org>2009-06-05 19:14:55 +0000
commit30f455e055fe09f99b29b8c53d510d7de0d912d1 (patch)
tree9631d990f10cb9c2ec28360dc817e2e6343d3430 /base/materials
parent089891115614cdc78fcc49d1194aac8d982aed69 (diff)
make the colors/green material actually green in-game
Diffstat (limited to 'base/materials')
-rw-r--r--base/materials/colors.shader6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/materials/colors.shader b/base/materials/colors.shader
index 27618bc..c995e18 100644
--- a/base/materials/colors.shader
+++ b/base/materials/colors.shader
@@ -1,4 +1,4 @@
-textures/colors/black
+eextures/colors/black
{
qer_editorimage textures/colors/black
color 0.00 0.00 0.00
@@ -46,14 +46,14 @@ textures/colors/red_bright
textures/colors/green
{
qer_editorimage textures/colors/green
- color 1.00 0.00 0.00
+ color 0.00 1.00 0.00
environment sky
}
textures/colors/green_bright
{
qer_editorimage textures/colors/green
- color 1.00 0.00 0.00
+ color 0.00 1.00 0.00
environment sky
bright
}