From ff58f83aab41a8cf5a9002c42992ad1563f9a649 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 8 Feb 2009 13:11:12 +0000 Subject: materials --- base/materials/common.shader | 107 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 base/materials/common.shader (limited to 'base/materials/common.shader') diff --git a/base/materials/common.shader b/base/materials/common.shader new file mode 100644 index 0000000..117c4c2 --- /dev/null +++ b/base/materials/common.shader @@ -0,0 +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_dark + entity + color 0.50 0.50 0.50 +} + +textures/common/entity_dark_bright +{ + qer_editorimage textures/common/entity_dark + entity + color 0.50 0.50 0.50 + bright +} + +textures/common/entity_second +{ + qer_editorimage textures/common/entity_second + entitySecond + color 1.00 1.00 1.00 +} + +textures/common/entity_second_bright +{ + qer_editorimage textures/common/entity_second + entitySecond + color 1.00 1.00 1.00 + bright +} + +textures/common/entity_second_dark +{ + 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_second_dark + entitySecond + color 0.50 0.50 0.50 + bright +} + +textures/common/entity_third +{ + qer_editorimage textures/common/entity_third + entityThird + color 1.00 1.00 1.00 +} + +textures/common/entity_third_bright +{ + qer_editorimage textures/common/entity_third + entityThird + color 1.00 1.00 1.00 + bright +} + +textures/common/entity_third_dark +{ + 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_third_dark + entityThird + color 0.50 0.50 0.50 + bright +} -- cgit v1.2.3