]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
Added some more color variations to logo2 + shaders.
authorcbrutail <ruszkai.akos@gmail.com>
Fri, 5 Nov 2010 12:18:49 +0000 (13:18 +0100)
committercbrutail <ruszkai.akos@gmail.com>
Fri, 5 Nov 2010 12:18:49 +0000 (13:18 +0100)
scripts/logos.shader
textures/logos/logo02/logo02_blue.tga [new file with mode: 0644]
textures/logos/logo02/logo02_blueg.tga [new file with mode: 0644]
textures/logos/logo02/logo02_blueg_glow.tga [new file with mode: 0644]
textures/logos/logo02/logo02_green.tga [new file with mode: 0644]
textures/logos/logo02/logo02_greeng.tga [new file with mode: 0644]
textures/logos/logo02/logo02_greeng_glow.tga [new file with mode: 0644]
textures/logos/logo02/logo02_yellow.tga [new file with mode: 0644]
textures/logos/logo02/logo02_yellowg.tga [new file with mode: 0644]
textures/logos/logo02/logo02_yellowg_glow.tga [new file with mode: 0644]

index bc7ca5f5b56e633c08b7cd59456b40e9cee50f96..a43ed83aae94c0cb03e3e8fb39975a8540956920 100644 (file)
@@ -206,4 +206,130 @@ textures/logos/logo02_red_glowy
                alphaFunc GT0
                rgbgen identity
        }
+}
+
+textures/logos/logo02_blue
+{
+       qer_editorimage textures/logos/logo02/logo02_blue.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo02/logo02_blue.tga
+               blendFunc filter
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
+textures/logos/logo02_blue_glowy
+{
+       qer_editorimage textures/logos/logo02/logo02_blueg.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo02/logo02_blueg.tga
+               blendFunc add
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
+textures/logos/logo02_green
+{
+       qer_editorimage textures/logos/logo02/logo02_green.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo02/logo02_green.tga
+               blendFunc filter
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
+textures/logos/logo02_green_glowy
+{
+       qer_editorimage textures/logos/logo02/logo02_greeng.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo02/logo02_greeng.tga
+               blendFunc add
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
+textures/logos/logo02_yellow
+{
+       qer_editorimage textures/logos/logo02/logo02_yellow.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo02/logo02_yellow.tga
+               blendFunc filter
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
+textures/logos/logo02_yellow_glowy
+{
+       qer_editorimage textures/logos/logo02/logo02_yellowg.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo02/logo02_yellowg.tga
+               blendFunc add
+               alphaFunc GT0
+               rgbgen identity
+       }
 }
\ No newline at end of file
diff --git a/textures/logos/logo02/logo02_blue.tga b/textures/logos/logo02/logo02_blue.tga
new file mode 100644 (file)
index 0000000..b80c8c7
Binary files /dev/null and b/textures/logos/logo02/logo02_blue.tga differ
diff --git a/textures/logos/logo02/logo02_blueg.tga b/textures/logos/logo02/logo02_blueg.tga
new file mode 100644 (file)
index 0000000..f29b859
Binary files /dev/null and b/textures/logos/logo02/logo02_blueg.tga differ
diff --git a/textures/logos/logo02/logo02_blueg_glow.tga b/textures/logos/logo02/logo02_blueg_glow.tga
new file mode 100644 (file)
index 0000000..37f84a8
Binary files /dev/null and b/textures/logos/logo02/logo02_blueg_glow.tga differ
diff --git a/textures/logos/logo02/logo02_green.tga b/textures/logos/logo02/logo02_green.tga
new file mode 100644 (file)
index 0000000..5d2c603
Binary files /dev/null and b/textures/logos/logo02/logo02_green.tga differ
diff --git a/textures/logos/logo02/logo02_greeng.tga b/textures/logos/logo02/logo02_greeng.tga
new file mode 100644 (file)
index 0000000..0334251
Binary files /dev/null and b/textures/logos/logo02/logo02_greeng.tga differ
diff --git a/textures/logos/logo02/logo02_greeng_glow.tga b/textures/logos/logo02/logo02_greeng_glow.tga
new file mode 100644 (file)
index 0000000..5112e3c
Binary files /dev/null and b/textures/logos/logo02/logo02_greeng_glow.tga differ
diff --git a/textures/logos/logo02/logo02_yellow.tga b/textures/logos/logo02/logo02_yellow.tga
new file mode 100644 (file)
index 0000000..9519092
Binary files /dev/null and b/textures/logos/logo02/logo02_yellow.tga differ
diff --git a/textures/logos/logo02/logo02_yellowg.tga b/textures/logos/logo02/logo02_yellowg.tga
new file mode 100644 (file)
index 0000000..c45671d
Binary files /dev/null and b/textures/logos/logo02/logo02_yellowg.tga differ
diff --git a/textures/logos/logo02/logo02_yellowg_glow.tga b/textures/logos/logo02/logo02_yellowg_glow.tga
new file mode 100644 (file)
index 0000000..1a7a2fe
Binary files /dev/null and b/textures/logos/logo02/logo02_yellowg_glow.tga differ