From ccae69f9b3bdca882ee1990c213bdc457dfb445c Mon Sep 17 00:00:00 2001 From: Mircea Kitsune Date: Thu, 5 Apr 2012 18:05:09 +0300 Subject: [PATCH] Separate Seraphina into her own shader --- scripts/player_pyria.shader | 9 --------- scripts/player_seraphina.shader | 8 ++++++++ 2 files changed, 8 insertions(+), 9 deletions(-) create mode 100644 scripts/player_seraphina.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 + } +} -- 2.39.2