From 840f97a02e1117efbdd0c0e4a8fe57527f247fae Mon Sep 17 00:00:00 2001 From: Michael Rodenhurst Date: Sat, 16 Jul 2011 15:12:39 +0000 Subject: Add panel_01 and panel_02 textures, update sharkan.map to use these textures --- base/materials/shaderlist.txt | 1 + base/materials/thorn.shader | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 base/materials/thorn.shader (limited to 'base/materials') diff --git a/base/materials/shaderlist.txt b/base/materials/shaderlist.txt index 76c6a04..515b8dd 100644 --- a/base/materials/shaderlist.txt +++ b/base/materials/shaderlist.txt @@ -4,3 +4,4 @@ glass kuroto trak detail +thorn diff --git a/base/materials/thorn.shader b/base/materials/thorn.shader new file mode 100644 index 0000000..e8c4acd --- /dev/null +++ b/base/materials/thorn.shader @@ -0,0 +1,27 @@ +textures/thorn/panel_01_primary +{ + qer_editorimage textures/thorn/panel_01_primary + texture textures/thorn/panel_01 + entity +} + +textures/thorn/panel_01_secondary +{ + qer_editorimage textures/thorn/panel_01_secondary + texture textures/thorn/panel_01 + entitysecond +} + +textures/thorn/panel_02_primary +{ + qer_editorimage textures/thorn/panel_02_primary + texture textures/thorn/panel_02 + entity +} + +textures/thorn/panel_02_secondary +{ + qer_editorimage textures/thorn/panel_02_secondary + texture textures/thorn/panel_02 + entitysecond +} -- cgit v1.2.3