From fa4db078ee83e322445cd08d4a9175564b8ba281 Mon Sep 17 00:00:00 2001 From: cbrutail Date: Fri, 5 Nov 2010 13:04:00 +0100 Subject: [PATCH] Fixed _glowy shaders --- scripts/logos.shader | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/logos.shader b/scripts/logos.shader index 663a7579..bc7ca5f5 100644 --- a/scripts/logos.shader +++ b/scripts/logos.shader @@ -34,7 +34,7 @@ textures/logos/logo01_blue_glowy { map textures/logos/logo01/logo01_blueg.tga - blendFunc filter + blendFunc add alphaFunc GT0 rgbgen identity } @@ -76,7 +76,7 @@ textures/logos/logo01_red_glowy { map textures/logos/logo01/logo01_redg.tga - blendFunc filter + blendFunc add alphaFunc GT0 rgbgen identity } @@ -118,7 +118,7 @@ textures/logos/logo01_green_glowy { map textures/logos/logo01/logo01_greeng.tga - blendFunc filter + blendFunc add alphaFunc GT0 rgbgen identity } @@ -160,7 +160,7 @@ textures/logos/logo01_yellow_glowy { map textures/logos/logo01/logo01_yellowg.tga - blendFunc filter + blendFunc add alphaFunc GT0 rgbgen identity } @@ -202,7 +202,7 @@ textures/logos/logo02_red_glowy { map textures/logos/logo02/logo02_redg.tga - blendFunc filter + blendFunc add alphaFunc GT0 rgbgen identity } -- 2.39.2