From 2d97512768bb2607948df8f6e9119d12f4bec6ef Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 5 Apr 2013 12:30:32 +1100 Subject: [PATCH] Also move cerberus texture --- scripts/cerberus.shader | 8 ++++++++ scripts/shaderlist.txt | 1 + .../{cerberus/cerberus_text.png => cerberus.png} | Bin .../cerberus_text_pants.png => cerberus_pants.png} | Bin 4 files changed, 9 insertions(+) create mode 100644 scripts/cerberus.shader rename textures/{cerberus/cerberus_text.png => cerberus.png} (100%) rename textures/{cerberus/cerberus_text_pants.png => cerberus_pants.png} (100%) diff --git a/scripts/cerberus.shader b/scripts/cerberus.shader new file mode 100644 index 000000000..82531915e --- /dev/null +++ b/scripts/cerberus.shader @@ -0,0 +1,8 @@ +textures/cerberus/cerberus_text +{ + cull none + + { + map textures/cerberus + } +} diff --git a/scripts/shaderlist.txt b/scripts/shaderlist.txt index 989875e0c..5f2d09872 100644 --- a/scripts/shaderlist.txt +++ b/scripts/shaderlist.txt @@ -17,3 +17,4 @@ weapons mage barricade spider +cerberus diff --git a/textures/cerberus/cerberus_text.png b/textures/cerberus.png similarity index 100% rename from textures/cerberus/cerberus_text.png rename to textures/cerberus.png diff --git a/textures/cerberus/cerberus_text_pants.png b/textures/cerberus_pants.png similarity index 100% rename from textures/cerberus/cerberus_text_pants.png rename to textures/cerberus_pants.png -- 2.39.2