diff options
author | Michael Rodenhurst <thorn@osirion.org> | 2011-07-16 15:12:39 +0000 |
---|---|---|
committer | Michael Rodenhurst <thorn@osirion.org> | 2011-07-16 15:12:39 +0000 |
commit | 840f97a02e1117efbdd0c0e4a8fe57527f247fae (patch) | |
tree | 91710f4e316562f3244dd682ef56cdd79b553eb6 /base/materials | |
parent | 588075305c6b69d4cd8fb03e96730bfadbbfcc2f (diff) |
Add panel_01 and panel_02 textures, update sharkan.map to use these textures
Diffstat (limited to 'base/materials')
-rw-r--r-- | base/materials/shaderlist.txt | 1 | ||||
-rw-r--r-- | base/materials/thorn.shader | 27 |
2 files changed, 28 insertions, 0 deletions
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 +} |