From 0b02c2c79be6e4ee79b594c087f8a728aa7793db Mon Sep 17 00:00:00 2001 From: Evan Goers Date: Sun, 8 Feb 2009 18:56:02 +0000 Subject: Changed osirion.game to be more generic. Updated pod, hades, researchstation, jupiter for new materials. Fixed colors.shader, common.shader. --- base/materials/common.shader | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'base/materials/common.shader') diff --git a/base/materials/common.shader b/base/materials/common.shader index 117c4c2..d10eb68 100644 --- a/base/materials/common.shader +++ b/base/materials/common.shader @@ -1,31 +1,31 @@ textures/common/clip { - qer_editorimage textures/common/clip + qer_editorimage textures/common/clip.tga qer_trans 0.20 } textures/common/hint { - qer_editorimage textures/common/hint + qer_editorimage textures/common/hint.tga qer_trans 0.20 } textures/common/engine { - qer_editorimage textures/common/engine + qer_editorimage textures/common/engine.tga engine bright } textures/common/entity { - qer_editorimage textures/common/entity + qer_editorimage textures/common/entity.tga entity color 1.00 1.00 1.00 } textures/common/entity_bright { - qer_editorimage textures/common/entity + qer_editorimage textures/common/entity.tga entity color 1.00 1.00 1.00 bright @@ -33,14 +33,14 @@ textures/common/entity_bright textures/common/entity_dark { - qer_editorimage textures/common/entity_dark + qer_editorimage textures/common/entity_dark.tga entity color 0.50 0.50 0.50 } textures/common/entity_dark_bright { - qer_editorimage textures/common/entity_dark + qer_editorimage textures/common/entity_dark.tga 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_second + qer_editorimage textures/common/entity_second.tga entitySecond color 1.00 1.00 1.00 } textures/common/entity_second_bright { - qer_editorimage textures/common/entity_second + qer_editorimage textures/common/entity_second.tga 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_second_dark + qer_editorimage textures/common/entity_second_dark.tga entitySecond color 0.50 0.50 0.50 } textures/common/entity_second_dark_bright { - qer_editorimage textures/common/entity_second_dark + qer_editorimage textures/common/entity_second_dark.tga 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_third + qer_editorimage textures/common/entity_third.tga entityThird color 1.00 1.00 1.00 } textures/common/entity_third_bright { - qer_editorimage textures/common/entity_third + qer_editorimage textures/common/entity_third.tga 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_third_dark + qer_editorimage textures/common/entity_third_dark.tga entityThird color 0.50 0.50 0.50 } textures/common/entity_third_dark_bright { - qer_editorimage textures/common/entity_third_dark + qer_editorimage textures/common/entity_third_dark.tga entityThird color 0.50 0.50 0.50 bright -- cgit v1.2.3