From: Mircea Kitsune Date: Thu, 5 Apr 2012 15:05:09 +0000 (+0300) Subject: Separate Seraphina into her own shader X-Git-Tag: xonotic-v0.8.0~89^2~9 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ccae69f9b3bdca882ee1990c213bdc457dfb445c;p=xonotic%2Fxonotic-data.pk3dir.git Separate Seraphina into her own shader --- diff --git a/scripts/player_pyria.shader b/scripts/player_pyria.shader index 09a78afa4..49a54c6be 100644 --- a/scripts/player_pyria.shader +++ b/scripts/player_pyria.shader @@ -20,12 +20,3 @@ pyriahair rgbGen identity } } - -seraphina -{ - dpreflectcube cubemaps/default/sky - { - map textures/seraphina.tga - rgbgen lightingDiffuse - } -} \ No newline at end of file diff --git a/scripts/player_seraphina.shader b/scripts/player_seraphina.shader new file mode 100644 index 000000000..af5062d1f --- /dev/null +++ b/scripts/player_seraphina.shader @@ -0,0 +1,8 @@ +seraphina +{ + dpreflectcube cubemaps/default/sky + { + map textures/seraphina.tga + rgbgen lightingDiffuse + } +}