diff options
author | Evan Goers <mega@osirion.org> | 2009-02-07 03:58:46 +0000 |
---|---|---|
committer | Evan Goers <mega@osirion.org> | 2009-02-07 03:58:46 +0000 |
commit | c28cf84e2c26b45f8ea5dd63dd010c71b9db8e20 (patch) | |
tree | a15c6a11f0d9509589fd88ba57c3ebe03e884fe4 | |
parent | c4598ccd14b285a8d4e8eb16343aceb2c4c74da9 (diff) |
Fixed some common shaders to have the correct editorimage.
-rw-r--r-- | base/shaders/common.shader | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/base/shaders/common.shader b/base/shaders/common.shader index a574fbc..117c4c2 100644 --- a/base/shaders/common.shader +++ b/base/shaders/common.shader @@ -33,14 +33,14 @@ textures/common/entity_bright textures/common/entity_dark
{
- qer_editorimage textures/common/entity + qer_editorimage textures/common/entity_dark entity color 0.50 0.50 0.50
} textures/common/entity_dark_bright
{
- qer_editorimage textures/common/entity + qer_editorimage textures/common/entity_dark entity color 0.50 0.50 0.50 bright
@@ -48,14 +48,14 @@ textures/common/entity_dark_bright textures/common/entity_second
{
- qer_editorimage textures/common/entity + qer_editorimage textures/common/entity_second entitySecond color 1.00 1.00 1.00
} textures/common/entity_second_bright
{
- qer_editorimage textures/common/entity + qer_editorimage textures/common/entity_second entitySecond color 1.00 1.00 1.00 bright
@@ -63,14 +63,14 @@ textures/common/entity_second_bright textures/common/entity_second_dark
{
- qer_editorimage textures/common/entity + qer_editorimage textures/common/entity_second_dark entitySecond color 0.50 0.50 0.50
} textures/common/entity_second_dark_bright
{
- qer_editorimage textures/common/entity + qer_editorimage textures/common/entity_second_dark entitySecond color 0.50 0.50 0.50 bright
@@ -78,14 +78,14 @@ textures/common/entity_second_dark_bright textures/common/entity_third
{
- qer_editorimage textures/common/entity + qer_editorimage textures/common/entity_third entityThird color 1.00 1.00 1.00
} textures/common/entity_third_bright
{
- qer_editorimage textures/common/entity + qer_editorimage textures/common/entity_third entityThird color 1.00 1.00 1.00 bright
@@ -93,14 +93,14 @@ textures/common/entity_third_bright textures/common/entity_third_dark
{
- qer_editorimage textures/common/entity + qer_editorimage textures/common/entity_third_dark entityThird color 0.50 0.50 0.50
} textures/common/entity_third_dark_bright
{
- qer_editorimage textures/common/entity + qer_editorimage textures/common/entity_third_dark entityThird color 0.50 0.50 0.50 bright
|