From: cbrutail Date: Wed, 3 Nov 2010 18:22:31 +0000 (+0100) Subject: Experimental push. X-Git-Tag: xonotic-v0.1.0preview~45^2~3 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=bdc57ce3b904cb3161fd5e9ebe587a191c9039c8;ds=sidebyside Experimental push. --- diff --git a/scripts/logos_logo02.shader b/scripts/logos_logo02.shader new file mode 100644 index 00000000..a862b8d1 --- /dev/null +++ b/scripts/logos_logo02.shader @@ -0,0 +1,41 @@ +textures/logos_logo02/logo02_red +{ + qer_editorimage textures/logos/logo02/logo02_red.tga + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + { + map textures/logos/logo02/logo02_red.tga + blendFunc filter + alphaFunc GT0 + rgbgen identity + } +} + +textures/logos_logo02/logo02_red_glowy +{ + qer_editorimage textures/logos/logo02/logo02_redg.tga + + surfaceparm trans + surfaceparm nonsolid + surfaceparm nodlight + surfaceparm nolightmap + + polygonOffset + sort 6 + cull none + + { + map textures/logos/logo02/logo02_redg.tga + blendFunc filter + alphaFunc GT0 + rgbgen identity + } +} \ No newline at end of file diff --git a/textures/logos/logo02/logo02_red.tga b/textures/logos/logo02/logo02_red.tga new file mode 100644 index 00000000..722a9246 Binary files /dev/null and b/textures/logos/logo02/logo02_red.tga differ diff --git a/textures/logos/logo02/logo02_redg.tga b/textures/logos/logo02/logo02_redg.tga new file mode 100644 index 00000000..70becb72 Binary files /dev/null and b/textures/logos/logo02/logo02_redg.tga differ diff --git a/textures/logos/logo02/logo02_redg_glow.tga b/textures/logos/logo02/logo02_redg_glow.tga new file mode 100644 index 00000000..56f06698 Binary files /dev/null and b/textures/logos/logo02/logo02_redg_glow.tga differ