diff options
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 +} |