From 49b502480e6a60f333d9734f5d3f9e9609b6c8e9 Mon Sep 17 00:00:00 2001 From: cbrutail Date: Wed, 3 Nov 2010 19:02:05 +0100 Subject: [PATCH] deleted logos.shader --- scripts/logos.shader | 167 ------------------------------------------- 1 file changed, 167 deletions(-) delete mode 100644 scripts/logos.shader diff --git a/scripts/logos.shader b/scripts/logos.shader deleted file mode 100644 index 060436ef..00000000 --- a/scripts/logos.shader +++ /dev/null @@ -1,167 +0,0 @@ -textures/logos/phoenix01_blue -{ - qer_editorimage textures/logos/logo01_blue.tga - - surfaceparm trans - surfaceparm nonsolid - surfaceparm nodlight - surfaceparm nolightmap - - polygonOffset - sort 6 - cull none - - { - map textures/logos/logo01_blue.tga - blendFunc filter - alphaFunc GT0 - rgbgen identity - } -} - -textures/logos/phoenix01_blue_glow -{ - qer_editorimage textures/logos/logo01_blueg.tga - - surfaceparm trans - surfaceparm nonsolid - surfaceparm nodlight - surfaceparm nolightmap - - polygonOffset - sort 6 - cull none - - { - map textures/logos/logo01_blueg.tga - blendFunc filter - alphaFunc GT0 - rgbgen identity - } -} - -textures/logos/phoenix01_red -{ - qer_editorimage textures/logos/logo01_red.tga - - surfaceparm trans - surfaceparm nonsolid - surfaceparm nodlight - surfaceparm nolightmap - - polygonOffset - sort 6 - cull none - - { - map textures/logos/logo01_red.tga - blendFunc filter - alphaFunc GT0 - rgbgen identity - } -} - -textures/logos/phoenix01_red_glow -{ - qer_editorimage textures/logos/logo01_redg.tga - - surfaceparm trans - surfaceparm nonsolid - surfaceparm nodlight - surfaceparm nolightmap - - polygonOffset - sort 6 - cull none - - { - map textures/logos/logo01_redg.tga - blendFunc filter - alphaFunc GT0 - rgbgen identity - } -} - -textures/logos/phoenix01_green -{ - qer_editorimage textures/logos/logo01_green.tga - - surfaceparm trans - surfaceparm nonsolid - surfaceparm nodlight - surfaceparm nolightmap - - polygonOffset - sort 6 - cull none - - { - map textures/logos/logo01_green.tga - blendFunc filter - alphaFunc GT0 - rgbgen identity - } -} - -textures/logos/phoenix01_green_glow -{ - qer_editorimage textures/logos/logo01_greeng.tga - - surfaceparm trans - surfaceparm nonsolid - surfaceparm nodlight - surfaceparm nolightmap - - polygonOffset - sort 6 - cull none - - { - map textures/logos/logo01_greeng.tga - blendFunc filter - alphaFunc GT0 - rgbgen identity - } -} - -textures/logos/phoenix01_yellow -{ - qer_editorimage textures/logos/logo01_yellow.tga - - surfaceparm trans - surfaceparm nonsolid - surfaceparm nodlight - surfaceparm nolightmap - - polygonOffset - sort 6 - cull none - - { - map textures/logos/logo01_yellow.tga - blendFunc filter - alphaFunc GT0 - rgbgen identity - } -} - -textures/logos/phoenix01_yellow_glow -{ - qer_editorimage textures/logos/logo01_yellowg.tga - - surfaceparm trans - surfaceparm nonsolid - surfaceparm nodlight - surfaceparm nolightmap - - polygonOffset - sort 6 - cull none - - { - map textures/logos/logo01_yellowg.tga - blendFunc filter - alphaFunc GT0 - rgbgen identity - } -} \ No newline at end of file -- 2.39.2