]> git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
Add more logo variations. 74/head
authort0uYK8Ne <t0uYK8Ne@protonmail.com>
Sun, 12 Mar 2017 20:30:16 +0000 (13:30 -0700)
committert0uYK8Ne <t0uYK8Ne@protonmail.com>
Sun, 12 Mar 2017 20:30:16 +0000 (13:30 -0700)
61 files changed:
scripts/logos.shader
textures/logos/logo01/logo01_black.tga [new file with mode: 0644]
textures/logos/logo01/logo01_blue.tga
textures/logos/logo01/logo01_blueg.tga
textures/logos/logo01/logo01_blueg_glow.tga
textures/logos/logo01/logo01_cyan.tga [new file with mode: 0644]
textures/logos/logo01/logo01_cyang.tga [new file with mode: 0644]
textures/logos/logo01/logo01_cyang_glow.tga [new file with mode: 0644]
textures/logos/logo01/logo01_green.tga
textures/logos/logo01/logo01_greeng.tga
textures/logos/logo01/logo01_greeng_glow.tga
textures/logos/logo01/logo01_purple.tga [new file with mode: 0644]
textures/logos/logo01/logo01_purpleg.tga [new file with mode: 0644]
textures/logos/logo01/logo01_purpleg_glow.tga [new file with mode: 0644]
textures/logos/logo01/logo01_red.tga
textures/logos/logo01/logo01_redg.tga
textures/logos/logo01/logo01_redg_glow.tga
textures/logos/logo01/logo01_white.tga [new file with mode: 0644]
textures/logos/logo01/logo01_yellow.tga
textures/logos/logo01/logo01_yellowg.tga
textures/logos/logo01/logo01_yellowg_glow.tga
textures/logos/logo02/logo02_black.tga [new file with mode: 0644]
textures/logos/logo02/logo02_blue.tga
textures/logos/logo02/logo02_blueg.tga
textures/logos/logo02/logo02_blueg_glow.tga
textures/logos/logo02/logo02_cyan.tga [new file with mode: 0644]
textures/logos/logo02/logo02_cyang.tga [new file with mode: 0644]
textures/logos/logo02/logo02_cyang_glow.tga [new file with mode: 0644]
textures/logos/logo02/logo02_green.tga
textures/logos/logo02/logo02_greeng.tga
textures/logos/logo02/logo02_greeng_glow.tga
textures/logos/logo02/logo02_purple.tga [new file with mode: 0644]
textures/logos/logo02/logo02_purpleg.tga [new file with mode: 0644]
textures/logos/logo02/logo02_purpleg_glow.tga [new file with mode: 0644]
textures/logos/logo02/logo02_red.tga
textures/logos/logo02/logo02_redg.tga
textures/logos/logo02/logo02_redg_glow.tga
textures/logos/logo02/logo02_white.tga [new file with mode: 0644]
textures/logos/logo02/logo02_yellow.tga
textures/logos/logo02/logo02_yellowg.tga
textures/logos/logo02/logo02_yellowg_glow.tga
textures/logos/logo03/logo03_black.tga [new file with mode: 0644]
textures/logos/logo03/logo03_blue.tga [new file with mode: 0644]
textures/logos/logo03/logo03_blueg.tga [new file with mode: 0644]
textures/logos/logo03/logo03_blueg_glow.tga [new file with mode: 0644]
textures/logos/logo03/logo03_cyan.tga [new file with mode: 0644]
textures/logos/logo03/logo03_cyang.tga [new file with mode: 0644]
textures/logos/logo03/logo03_cyang_glow.tga [new file with mode: 0644]
textures/logos/logo03/logo03_green.tga [new file with mode: 0644]
textures/logos/logo03/logo03_greeng.tga [new file with mode: 0644]
textures/logos/logo03/logo03_greeng_glow.tga [new file with mode: 0644]
textures/logos/logo03/logo03_purple.tga [new file with mode: 0644]
textures/logos/logo03/logo03_purpleg.tga [new file with mode: 0644]
textures/logos/logo03/logo03_purpleg_glow.tga [new file with mode: 0644]
textures/logos/logo03/logo03_red.tga [new file with mode: 0644]
textures/logos/logo03/logo03_redg.tga [new file with mode: 0644]
textures/logos/logo03/logo03_redg_glow.tga [new file with mode: 0644]
textures/logos/logo03/logo03_white.tga [new file with mode: 0644]
textures/logos/logo03/logo03_yellow.tga [new file with mode: 0644]
textures/logos/logo03/logo03_yellowg.tga [new file with mode: 0644]
textures/logos/logo03/logo03_yellowg_glow.tga [new file with mode: 0644]

index 8028e04c33b583c066364f5b4eeed6dbc03e625a..b0e72c2254a20eaaaec552c45832030ac47b1640 100644 (file)
@@ -1,3 +1,23 @@
+textures/logos/logo01_black
+{
+       qer_editorimage textures/logos/logo01/logo01_black.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo01/logo01_black.tga
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
 textures/logos/logo01_blue
 {
        qer_editorimage textures/logos/logo01/logo01_blue.tga
@@ -40,6 +60,48 @@ textures/logos/logo01_blue_glowy
        }
 }
 
+textures/logos/logo01_cyan
+{
+       qer_editorimage textures/logos/logo01/logo01_cyan.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo01/logo01_cyan.tga
+               blendFunc filter
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
+textures/logos/logo01_cyan_glowy
+{
+       qer_editorimage textures/logos/logo01/logo01_cyang.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo01/logo01_cyang.tga
+               blendFunc GL_SRC_ALPHA GL_ONE
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
 textures/logos/logo01_red
 {
        qer_editorimage textures/logos/logo01/logo01_red.tga
@@ -124,6 +186,68 @@ textures/logos/logo01_green_glowy
        }
 }
 
+textures/logos/logo01_purple
+{
+       qer_editorimage textures/logos/logo01/logo01_purple.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo01/logo01_purple.tga
+               blendFunc filter
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
+textures/logos/logo01_purple_glowy
+{
+       qer_editorimage textures/logos/logo01/logo01_purpleg.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo01/logo01_purpleg.tga
+               blendFunc GL_SRC_ALPHA GL_ONE
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
+textures/logos/logo01_white
+{
+       qer_editorimage textures/logos/logo01/logo01_white.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo01/logo01_white.tga
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
 textures/logos/logo01_yellow
 {
        qer_editorimage textures/logos/logo01/logo01_yellow.tga
@@ -208,6 +332,26 @@ textures/logos/logo02_red_glowy
        }
 }
 
+textures/logos/logo02_black
+{
+       qer_editorimage textures/logos/logo02/logo02_black.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo02/logo02_black.tga
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
 textures/logos/logo02_blue
 {
        qer_editorimage textures/logos/logo02/logo02_blue.tga
@@ -250,6 +394,48 @@ textures/logos/logo02_blue_glowy
        }
 }
 
+textures/logos/logo02_cyan
+{
+       qer_editorimage textures/logos/logo02/logo02_cyan.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo02/logo02_cyan.tga
+               blendFunc filter
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
+textures/logos/logo02_cyan_glowy
+{
+       qer_editorimage textures/logos/logo02/logo02_cyang.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo02/logo02_cyang.tga
+               blendFunc GL_SRC_ALPHA GL_ONE
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
 textures/logos/logo02_green
 {
        qer_editorimage textures/logos/logo02/logo02_green.tga
@@ -292,6 +478,68 @@ textures/logos/logo02_green_glowy
        }
 }
 
+textures/logos/logo02_purple
+{
+       qer_editorimage textures/logos/logo02/logo02_purple.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo02/logo02_purple.tga
+               blendFunc filter
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
+textures/logos/logo02_purple_glowy
+{
+       qer_editorimage textures/logos/logo02/logo02_purpleg.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo02/logo02_purpleg.tga
+               blendFunc GL_SRC_ALPHA GL_ONE
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
+textures/logos/logo02_white
+{
+       qer_editorimage textures/logos/logo02/logo02_white.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo02/logo02_white.tga
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
 textures/logos/logo02_yellow
 {
        qer_editorimage textures/logos/logo02/logo02_yellow.tga
@@ -333,3 +581,295 @@ textures/logos/logo02_yellow_glowy
                rgbgen identity
        }
 }
+
+textures/logos/logo03_black
+{
+       qer_editorimage textures/logos/logo03/logo03_black.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo03/logo03_black.tga
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
+textures/logos/logo03_blue
+{
+       qer_editorimage textures/logos/logo03/logo03_blue.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo03/logo03_blue.tga
+               blendFunc filter
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
+textures/logos/logo03_blue_glowy
+{
+       qer_editorimage textures/logos/logo03/logo03_blueg.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo03/logo03_blueg.tga
+               blendFunc GL_SRC_ALPHA GL_ONE
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
+textures/logos/logo03_cyan
+{
+       qer_editorimage textures/logos/logo03/logo03_cyan.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo03/logo03_cyan.tga
+               blendFunc filter
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
+textures/logos/logo03_cyan_glowy
+{
+       qer_editorimage textures/logos/logo03/logo03_cyang.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo03/logo03_cyang.tga
+               blendFunc GL_SRC_ALPHA GL_ONE
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
+textures/logos/logo03_green
+{
+       qer_editorimage textures/logos/logo03/logo03_green.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo03/logo03_green.tga
+               blendFunc filter
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
+textures/logos/logo03_green_glowy
+{
+       qer_editorimage textures/logos/logo03/logo03_greeng.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo03/logo03_greeng.tga
+               blendFunc GL_SRC_ALPHA GL_ONE
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
+textures/logos/logo03_purple
+{
+       qer_editorimage textures/logos/logo03/logo03_purple.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo03/logo03_purple.tga
+               blendFunc filter
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
+textures/logos/logo03_purple_glowy
+{
+       qer_editorimage textures/logos/logo03/logo03_purpleg.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo03/logo03_purpleg.tga
+               blendFunc GL_SRC_ALPHA GL_ONE
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
+textures/logos/logo03_red
+{
+       qer_editorimage textures/logos/logo03/logo03_red.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo03/logo03_red.tga
+               blendFunc filter
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
+textures/logos/logo03_red_glowy
+{
+       qer_editorimage textures/logos/logo03/logo03_redg.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo03/logo03_redg.tga
+               blendFunc GL_SRC_ALPHA GL_ONE
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
+textures/logos/logo03_white
+{
+       qer_editorimage textures/logos/logo03/logo03_white.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo03/logo03_white.tga
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
+textures/logos/logo03_yellow
+{
+       qer_editorimage textures/logos/logo03/logo03_yellow.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo03/logo03_yellow.tga
+               blendFunc filter
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
+
+textures/logos/logo03_yellow_glowy
+{
+       qer_editorimage textures/logos/logo03/logo03_yellowg.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo03/logo03_yellowg.tga
+               blendFunc GL_SRC_ALPHA GL_ONE
+               alphaFunc GT0
+               rgbgen identity
+       }
+}
diff --git a/textures/logos/logo01/logo01_black.tga b/textures/logos/logo01/logo01_black.tga
new file mode 100644 (file)
index 0000000..38c7a59
Binary files /dev/null and b/textures/logos/logo01/logo01_black.tga differ
index 5121fa738bfa846d2ec8c6d600d88dc98306dcd7..19cb232390e8748e45e67d455ed641bed2bd8321 100644 (file)
Binary files a/textures/logos/logo01/logo01_blue.tga and b/textures/logos/logo01/logo01_blue.tga differ
index 4cd051e73ca564e61b3764b038f36196d82c68af..bcfd87b059124a9a406d6af0c1f76b3213290c51 100644 (file)
Binary files a/textures/logos/logo01/logo01_blueg.tga and b/textures/logos/logo01/logo01_blueg.tga differ
index 02da5ebca4d0179cb96d6868cee08eb37cc67363..af186e58ce68106a0ed6b6cd64030b2f2714cfb9 100644 (file)
Binary files a/textures/logos/logo01/logo01_blueg_glow.tga and b/textures/logos/logo01/logo01_blueg_glow.tga differ
diff --git a/textures/logos/logo01/logo01_cyan.tga b/textures/logos/logo01/logo01_cyan.tga
new file mode 100644 (file)
index 0000000..7f204ca
Binary files /dev/null and b/textures/logos/logo01/logo01_cyan.tga differ
diff --git a/textures/logos/logo01/logo01_cyang.tga b/textures/logos/logo01/logo01_cyang.tga
new file mode 100644 (file)
index 0000000..4186e4f
Binary files /dev/null and b/textures/logos/logo01/logo01_cyang.tga differ
diff --git a/textures/logos/logo01/logo01_cyang_glow.tga b/textures/logos/logo01/logo01_cyang_glow.tga
new file mode 100644 (file)
index 0000000..a8a5196
Binary files /dev/null and b/textures/logos/logo01/logo01_cyang_glow.tga differ
index 2fc00f3b32f588fbf6d2a125b40534dcfcee8988..8ca13ea6c2114c0f52231c668405313bbcea897a 100644 (file)
Binary files a/textures/logos/logo01/logo01_green.tga and b/textures/logos/logo01/logo01_green.tga differ
index 860715ef6dc4de08e1c2f9c9fe7f01592b18767a..4245d0d5c39886b171bf4953343e70291ca8de9e 100644 (file)
Binary files a/textures/logos/logo01/logo01_greeng.tga and b/textures/logos/logo01/logo01_greeng.tga differ
index 38df4735ab8e1b9e485c6d24c5945cd95d1497d7..66d2e91b270566d505d68b4f22830520cf09f7c4 100644 (file)
Binary files a/textures/logos/logo01/logo01_greeng_glow.tga and b/textures/logos/logo01/logo01_greeng_glow.tga differ
diff --git a/textures/logos/logo01/logo01_purple.tga b/textures/logos/logo01/logo01_purple.tga
new file mode 100644 (file)
index 0000000..b926ee7
Binary files /dev/null and b/textures/logos/logo01/logo01_purple.tga differ
diff --git a/textures/logos/logo01/logo01_purpleg.tga b/textures/logos/logo01/logo01_purpleg.tga
new file mode 100644 (file)
index 0000000..03ed5f5
Binary files /dev/null and b/textures/logos/logo01/logo01_purpleg.tga differ
diff --git a/textures/logos/logo01/logo01_purpleg_glow.tga b/textures/logos/logo01/logo01_purpleg_glow.tga
new file mode 100644 (file)
index 0000000..edd7538
Binary files /dev/null and b/textures/logos/logo01/logo01_purpleg_glow.tga differ
index 12c6e57d37ffa63e1953d4e12fab025f6482e4dd..2ce5bc977bfec23818ed109ededc0565b8cfcea1 100644 (file)
Binary files a/textures/logos/logo01/logo01_red.tga and b/textures/logos/logo01/logo01_red.tga differ
index f58a4237ca50133b11206e1a24b296fb569874db..c3ca66b03c0b59fe0fd96c37494d11658f42de4d 100644 (file)
Binary files a/textures/logos/logo01/logo01_redg.tga and b/textures/logos/logo01/logo01_redg.tga differ
index 9c6d58e98c18a7f2b208881617cc8c5e99e4e994..bffe5dbc3c0489802c6346f100d1106a1ed48619 100644 (file)
Binary files a/textures/logos/logo01/logo01_redg_glow.tga and b/textures/logos/logo01/logo01_redg_glow.tga differ
diff --git a/textures/logos/logo01/logo01_white.tga b/textures/logos/logo01/logo01_white.tga
new file mode 100644 (file)
index 0000000..eae024f
Binary files /dev/null and b/textures/logos/logo01/logo01_white.tga differ
index 4e5f3311a3b03510a62b5c550c59c09339dba14d..29fb74a4cdb73d0fd7fa4dda6427d8c37d988e87 100644 (file)
Binary files a/textures/logos/logo01/logo01_yellow.tga and b/textures/logos/logo01/logo01_yellow.tga differ
index cafca88a25c4d9499d86a18e3346f4d35ce3a2c9..29fb74a4cdb73d0fd7fa4dda6427d8c37d988e87 100644 (file)
Binary files a/textures/logos/logo01/logo01_yellowg.tga and b/textures/logos/logo01/logo01_yellowg.tga differ
index 65e67aa89d8c6a4f44494c38026119d02c9cab25..edd3a9ff2e8152770dd4fed32049979b9b3bd19e 100644 (file)
Binary files a/textures/logos/logo01/logo01_yellowg_glow.tga and b/textures/logos/logo01/logo01_yellowg_glow.tga differ
diff --git a/textures/logos/logo02/logo02_black.tga b/textures/logos/logo02/logo02_black.tga
new file mode 100644 (file)
index 0000000..56bfaa3
Binary files /dev/null and b/textures/logos/logo02/logo02_black.tga differ
index b80c8c7f044da3b2942f189f26e8e74c8d98caa4..bdc4e6f6d2774298722a2bfeb9e8a7b9c94ccb00 100644 (file)
Binary files a/textures/logos/logo02/logo02_blue.tga and b/textures/logos/logo02/logo02_blue.tga differ
index f29b859f68650282230e1a1b2bb073e417ef416e..73a6cde833d683bb143eb85ad2d86421381f4ec9 100644 (file)
Binary files a/textures/logos/logo02/logo02_blueg.tga and b/textures/logos/logo02/logo02_blueg.tga differ
index 37f84a8c146b151bbeec05529e59dc11cde8e3a7..fb3bc32b4fcfa24bfa4e8252acbd0e23ff0e4813 100644 (file)
Binary files a/textures/logos/logo02/logo02_blueg_glow.tga and b/textures/logos/logo02/logo02_blueg_glow.tga differ
diff --git a/textures/logos/logo02/logo02_cyan.tga b/textures/logos/logo02/logo02_cyan.tga
new file mode 100644 (file)
index 0000000..0000202
Binary files /dev/null and b/textures/logos/logo02/logo02_cyan.tga differ
diff --git a/textures/logos/logo02/logo02_cyang.tga b/textures/logos/logo02/logo02_cyang.tga
new file mode 100644 (file)
index 0000000..9de0cb5
Binary files /dev/null and b/textures/logos/logo02/logo02_cyang.tga differ
diff --git a/textures/logos/logo02/logo02_cyang_glow.tga b/textures/logos/logo02/logo02_cyang_glow.tga
new file mode 100644 (file)
index 0000000..5159914
Binary files /dev/null and b/textures/logos/logo02/logo02_cyang_glow.tga differ
index 5d2c6034f9379434c38c03eba52d17523e2f15c2..6fed616db417903f0415000218ebb8820cad8788 100644 (file)
Binary files a/textures/logos/logo02/logo02_green.tga and b/textures/logos/logo02/logo02_green.tga differ
index 0334251d891bb0d7bf3a900ae14347e04a1b1b05..1fc2da5efa6b64e563c45942ce4402f8f033c9ed 100644 (file)
Binary files a/textures/logos/logo02/logo02_greeng.tga and b/textures/logos/logo02/logo02_greeng.tga differ
index 5112e3c90ad35f29a2e99bed3dd275ec7cdc1b48..c66b55406ac6bfcd249e5e1cdffbb02315542816 100644 (file)
Binary files a/textures/logos/logo02/logo02_greeng_glow.tga and b/textures/logos/logo02/logo02_greeng_glow.tga differ
diff --git a/textures/logos/logo02/logo02_purple.tga b/textures/logos/logo02/logo02_purple.tga
new file mode 100644 (file)
index 0000000..b5b0ac1
Binary files /dev/null and b/textures/logos/logo02/logo02_purple.tga differ
diff --git a/textures/logos/logo02/logo02_purpleg.tga b/textures/logos/logo02/logo02_purpleg.tga
new file mode 100644 (file)
index 0000000..7f72132
Binary files /dev/null and b/textures/logos/logo02/logo02_purpleg.tga differ
diff --git a/textures/logos/logo02/logo02_purpleg_glow.tga b/textures/logos/logo02/logo02_purpleg_glow.tga
new file mode 100644 (file)
index 0000000..7db0c69
Binary files /dev/null and b/textures/logos/logo02/logo02_purpleg_glow.tga differ
index 722a9246416aa5c6b0850f58e394ffc9c91f70c8..6d62cae4d971dc1132289fb581896e230ab0fc8e 100644 (file)
Binary files a/textures/logos/logo02/logo02_red.tga and b/textures/logos/logo02/logo02_red.tga differ
index 70becb72efd3b1fa36a051cb348a6e8b0d82299d..3b31f6ae01f29999cd289793c4bdff683434d878 100644 (file)
Binary files a/textures/logos/logo02/logo02_redg.tga and b/textures/logos/logo02/logo02_redg.tga differ
index 56f06698b582bd7bcc64296147fabe3c94b18d6b..029a13a279fba67eab95b70ae2eeef2a9e24e97f 100644 (file)
Binary files a/textures/logos/logo02/logo02_redg_glow.tga and b/textures/logos/logo02/logo02_redg_glow.tga differ
diff --git a/textures/logos/logo02/logo02_white.tga b/textures/logos/logo02/logo02_white.tga
new file mode 100644 (file)
index 0000000..5cf8e49
Binary files /dev/null and b/textures/logos/logo02/logo02_white.tga differ
index 9519092f983d9379b536a49cd1719a058ed1d300..0085143e7821e17cc773445f46d00f8126362020 100644 (file)
Binary files a/textures/logos/logo02/logo02_yellow.tga and b/textures/logos/logo02/logo02_yellow.tga differ
index c45671d37bad7320773d0c986d7387a3ffbed06b..0085143e7821e17cc773445f46d00f8126362020 100644 (file)
Binary files a/textures/logos/logo02/logo02_yellowg.tga and b/textures/logos/logo02/logo02_yellowg.tga differ
index 1a7a2fea7ee18ee85dd97b5803b43f8b36bfe03c..62f965c623ce12ab9e76350eb1d586baf83dad7b 100644 (file)
Binary files a/textures/logos/logo02/logo02_yellowg_glow.tga and b/textures/logos/logo02/logo02_yellowg_glow.tga differ
diff --git a/textures/logos/logo03/logo03_black.tga b/textures/logos/logo03/logo03_black.tga
new file mode 100644 (file)
index 0000000..dc72874
Binary files /dev/null and b/textures/logos/logo03/logo03_black.tga differ
diff --git a/textures/logos/logo03/logo03_blue.tga b/textures/logos/logo03/logo03_blue.tga
new file mode 100644 (file)
index 0000000..3543849
Binary files /dev/null and b/textures/logos/logo03/logo03_blue.tga differ
diff --git a/textures/logos/logo03/logo03_blueg.tga b/textures/logos/logo03/logo03_blueg.tga
new file mode 100644 (file)
index 0000000..01434cc
Binary files /dev/null and b/textures/logos/logo03/logo03_blueg.tga differ
diff --git a/textures/logos/logo03/logo03_blueg_glow.tga b/textures/logos/logo03/logo03_blueg_glow.tga
new file mode 100644 (file)
index 0000000..f9baa4e
Binary files /dev/null and b/textures/logos/logo03/logo03_blueg_glow.tga differ
diff --git a/textures/logos/logo03/logo03_cyan.tga b/textures/logos/logo03/logo03_cyan.tga
new file mode 100644 (file)
index 0000000..814e28f
Binary files /dev/null and b/textures/logos/logo03/logo03_cyan.tga differ
diff --git a/textures/logos/logo03/logo03_cyang.tga b/textures/logos/logo03/logo03_cyang.tga
new file mode 100644 (file)
index 0000000..3a58285
Binary files /dev/null and b/textures/logos/logo03/logo03_cyang.tga differ
diff --git a/textures/logos/logo03/logo03_cyang_glow.tga b/textures/logos/logo03/logo03_cyang_glow.tga
new file mode 100644 (file)
index 0000000..beca736
Binary files /dev/null and b/textures/logos/logo03/logo03_cyang_glow.tga differ
diff --git a/textures/logos/logo03/logo03_green.tga b/textures/logos/logo03/logo03_green.tga
new file mode 100644 (file)
index 0000000..5696137
Binary files /dev/null and b/textures/logos/logo03/logo03_green.tga differ
diff --git a/textures/logos/logo03/logo03_greeng.tga b/textures/logos/logo03/logo03_greeng.tga
new file mode 100644 (file)
index 0000000..6b6ee58
Binary files /dev/null and b/textures/logos/logo03/logo03_greeng.tga differ
diff --git a/textures/logos/logo03/logo03_greeng_glow.tga b/textures/logos/logo03/logo03_greeng_glow.tga
new file mode 100644 (file)
index 0000000..ea85ffc
Binary files /dev/null and b/textures/logos/logo03/logo03_greeng_glow.tga differ
diff --git a/textures/logos/logo03/logo03_purple.tga b/textures/logos/logo03/logo03_purple.tga
new file mode 100644 (file)
index 0000000..934caf8
Binary files /dev/null and b/textures/logos/logo03/logo03_purple.tga differ
diff --git a/textures/logos/logo03/logo03_purpleg.tga b/textures/logos/logo03/logo03_purpleg.tga
new file mode 100644 (file)
index 0000000..6a73cfe
Binary files /dev/null and b/textures/logos/logo03/logo03_purpleg.tga differ
diff --git a/textures/logos/logo03/logo03_purpleg_glow.tga b/textures/logos/logo03/logo03_purpleg_glow.tga
new file mode 100644 (file)
index 0000000..82b47a2
Binary files /dev/null and b/textures/logos/logo03/logo03_purpleg_glow.tga differ
diff --git a/textures/logos/logo03/logo03_red.tga b/textures/logos/logo03/logo03_red.tga
new file mode 100644 (file)
index 0000000..1cd09cb
Binary files /dev/null and b/textures/logos/logo03/logo03_red.tga differ
diff --git a/textures/logos/logo03/logo03_redg.tga b/textures/logos/logo03/logo03_redg.tga
new file mode 100644 (file)
index 0000000..7a77dde
Binary files /dev/null and b/textures/logos/logo03/logo03_redg.tga differ
diff --git a/textures/logos/logo03/logo03_redg_glow.tga b/textures/logos/logo03/logo03_redg_glow.tga
new file mode 100644 (file)
index 0000000..c3bdc62
Binary files /dev/null and b/textures/logos/logo03/logo03_redg_glow.tga differ
diff --git a/textures/logos/logo03/logo03_white.tga b/textures/logos/logo03/logo03_white.tga
new file mode 100644 (file)
index 0000000..bae9f5f
Binary files /dev/null and b/textures/logos/logo03/logo03_white.tga differ
diff --git a/textures/logos/logo03/logo03_yellow.tga b/textures/logos/logo03/logo03_yellow.tga
new file mode 100644 (file)
index 0000000..dabd892
Binary files /dev/null and b/textures/logos/logo03/logo03_yellow.tga differ
diff --git a/textures/logos/logo03/logo03_yellowg.tga b/textures/logos/logo03/logo03_yellowg.tga
new file mode 100644 (file)
index 0000000..dabd892
Binary files /dev/null and b/textures/logos/logo03/logo03_yellowg.tga differ
diff --git a/textures/logos/logo03/logo03_yellowg_glow.tga b/textures/logos/logo03/logo03_yellowg_glow.tga
new file mode 100644 (file)
index 0000000..127a474
Binary files /dev/null and b/textures/logos/logo03/logo03_yellowg_glow.tga differ