]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
Fixed _glowy shaders
authorcbrutail <ruszkai.akos@gmail.com>
Fri, 5 Nov 2010 12:04:00 +0000 (13:04 +0100)
committercbrutail <ruszkai.akos@gmail.com>
Fri, 5 Nov 2010 12:04:00 +0000 (13:04 +0100)
scripts/logos.shader

index 663a7579caba3ef9e2658df56a064323561c7533..bc7ca5f5b56e633c08b7cd59456b40e9cee50f96 100644 (file)
@@ -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
        }