From: Mircea Kitsune Date: Thu, 5 Apr 2012 14:19:18 +0000 (+0300) Subject: Rename pyria.shader to player_pyria.shader to match the new files (I really think... X-Git-Tag: xonotic-v0.8.0~89^2~17 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=cdfa0fd88ad6c7f204742e92832acfe9b0f228b8;p=xonotic%2Fxonotic-data.pk3dir.git Rename pyria.shader to player_pyria.shader to match the new files (I really think this sort of thing should be done more often to keep things organized) --- diff --git a/scripts/player_pyria.shader b/scripts/player_pyria.shader new file mode 100644 index 000000000..8cc03850f --- /dev/null +++ b/scripts/player_pyria.shader @@ -0,0 +1,13 @@ +pyriahair +{ + + surfaceparm trans + cull none + + { + map textures/pyriahair + alphaFunc GE128 + blendFunc blend + rgbGen identity + } +} diff --git a/scripts/pyria.shader b/scripts/pyria.shader deleted file mode 100644 index 8cc03850f..000000000 --- a/scripts/pyria.shader +++ /dev/null @@ -1,13 +0,0 @@ -pyriahair -{ - - surfaceparm trans - cull none - - { - map textures/pyriahair - alphaFunc GE128 - blendFunc blend - rgbGen identity - } -}