From c28cf84e2c26b45f8ea5dd63dd010c71b9db8e20 Mon Sep 17 00:00:00 2001 From: Evan Goers Date: Sat, 7 Feb 2009 03:58:46 +0000 Subject: Fixed some common shaders to have the correct editorimage. --- base/shaders/common.shader | 20 ++++++++++---------- 1 file 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 -- cgit v1.2.3