From: t0uYK8Ne Date: Sun, 12 Mar 2017 20:30:16 +0000 (-0700) Subject: Add more logo variations. X-Git-Tag: xonotic-v0.8.2~61^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=395bc1bb834b32e1b24230ea22d92704d20b8df2;p=xonotic%2Fxonotic-maps.pk3dir.git Add more logo variations. --- diff --git a/scripts/logos.shader b/scripts/logos.shader index 8028e04c..b0e72c22 100644 --- a/scripts/logos.shader +++ b/scripts/logos.shader @@ -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 index 00000000..38c7a592 Binary files /dev/null and b/textures/logos/logo01/logo01_black.tga differ diff --git a/textures/logos/logo01/logo01_blue.tga b/textures/logos/logo01/logo01_blue.tga index 5121fa73..19cb2323 100644 Binary files a/textures/logos/logo01/logo01_blue.tga and b/textures/logos/logo01/logo01_blue.tga differ diff --git a/textures/logos/logo01/logo01_blueg.tga b/textures/logos/logo01/logo01_blueg.tga index 4cd051e7..bcfd87b0 100644 Binary files a/textures/logos/logo01/logo01_blueg.tga and b/textures/logos/logo01/logo01_blueg.tga differ diff --git a/textures/logos/logo01/logo01_blueg_glow.tga b/textures/logos/logo01/logo01_blueg_glow.tga index 02da5ebc..af186e58 100644 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 index 00000000..7f204ca9 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 index 00000000..4186e4f4 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 index 00000000..a8a5196b Binary files /dev/null and b/textures/logos/logo01/logo01_cyang_glow.tga differ diff --git a/textures/logos/logo01/logo01_green.tga b/textures/logos/logo01/logo01_green.tga index 2fc00f3b..8ca13ea6 100644 Binary files a/textures/logos/logo01/logo01_green.tga and b/textures/logos/logo01/logo01_green.tga differ diff --git a/textures/logos/logo01/logo01_greeng.tga b/textures/logos/logo01/logo01_greeng.tga index 860715ef..4245d0d5 100644 Binary files a/textures/logos/logo01/logo01_greeng.tga and b/textures/logos/logo01/logo01_greeng.tga differ diff --git a/textures/logos/logo01/logo01_greeng_glow.tga b/textures/logos/logo01/logo01_greeng_glow.tga index 38df4735..66d2e91b 100644 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 index 00000000..b926ee72 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 index 00000000..03ed5f5b 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 index 00000000..edd7538a Binary files /dev/null and b/textures/logos/logo01/logo01_purpleg_glow.tga differ diff --git a/textures/logos/logo01/logo01_red.tga b/textures/logos/logo01/logo01_red.tga index 12c6e57d..2ce5bc97 100644 Binary files a/textures/logos/logo01/logo01_red.tga and b/textures/logos/logo01/logo01_red.tga differ diff --git a/textures/logos/logo01/logo01_redg.tga b/textures/logos/logo01/logo01_redg.tga index f58a4237..c3ca66b0 100644 Binary files a/textures/logos/logo01/logo01_redg.tga and b/textures/logos/logo01/logo01_redg.tga differ diff --git a/textures/logos/logo01/logo01_redg_glow.tga b/textures/logos/logo01/logo01_redg_glow.tga index 9c6d58e9..bffe5dbc 100644 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 index 00000000..eae024f3 Binary files /dev/null and b/textures/logos/logo01/logo01_white.tga differ diff --git a/textures/logos/logo01/logo01_yellow.tga b/textures/logos/logo01/logo01_yellow.tga index 4e5f3311..29fb74a4 100644 Binary files a/textures/logos/logo01/logo01_yellow.tga and b/textures/logos/logo01/logo01_yellow.tga differ diff --git a/textures/logos/logo01/logo01_yellowg.tga b/textures/logos/logo01/logo01_yellowg.tga index cafca88a..29fb74a4 100644 Binary files a/textures/logos/logo01/logo01_yellowg.tga and b/textures/logos/logo01/logo01_yellowg.tga differ diff --git a/textures/logos/logo01/logo01_yellowg_glow.tga b/textures/logos/logo01/logo01_yellowg_glow.tga index 65e67aa8..edd3a9ff 100644 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 index 00000000..56bfaa39 Binary files /dev/null and b/textures/logos/logo02/logo02_black.tga differ diff --git a/textures/logos/logo02/logo02_blue.tga b/textures/logos/logo02/logo02_blue.tga index b80c8c7f..bdc4e6f6 100644 Binary files a/textures/logos/logo02/logo02_blue.tga 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 index f29b859f..73a6cde8 100644 Binary files a/textures/logos/logo02/logo02_blueg.tga 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 index 37f84a8c..fb3bc32b 100644 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 index 00000000..00002022 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 index 00000000..9de0cb5c 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 index 00000000..5159914d Binary files /dev/null and b/textures/logos/logo02/logo02_cyang_glow.tga differ diff --git a/textures/logos/logo02/logo02_green.tga b/textures/logos/logo02/logo02_green.tga index 5d2c6034..6fed616d 100644 Binary files a/textures/logos/logo02/logo02_green.tga 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 index 0334251d..1fc2da5e 100644 Binary files a/textures/logos/logo02/logo02_greeng.tga 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 index 5112e3c9..c66b5540 100644 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 index 00000000..b5b0ac1d 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 index 00000000..7f721329 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 index 00000000..7db0c69c Binary files /dev/null and b/textures/logos/logo02/logo02_purpleg_glow.tga differ diff --git a/textures/logos/logo02/logo02_red.tga b/textures/logos/logo02/logo02_red.tga index 722a9246..6d62cae4 100644 Binary files a/textures/logos/logo02/logo02_red.tga 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 index 70becb72..3b31f6ae 100644 Binary files a/textures/logos/logo02/logo02_redg.tga 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 index 56f06698..029a13a2 100644 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 index 00000000..5cf8e496 Binary files /dev/null and b/textures/logos/logo02/logo02_white.tga differ diff --git a/textures/logos/logo02/logo02_yellow.tga b/textures/logos/logo02/logo02_yellow.tga index 9519092f..0085143e 100644 Binary files a/textures/logos/logo02/logo02_yellow.tga 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 index c45671d3..0085143e 100644 Binary files a/textures/logos/logo02/logo02_yellowg.tga 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 index 1a7a2fea..62f965c6 100644 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 index 00000000..dc728740 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 index 00000000..3543849d 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 index 00000000..01434cc4 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 index 00000000..f9baa4e4 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 index 00000000..814e28f0 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 index 00000000..3a582858 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 index 00000000..beca736e 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 index 00000000..5696137c 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 index 00000000..6b6ee58e 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 index 00000000..ea85ffc1 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 index 00000000..934caf8d 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 index 00000000..6a73cfe9 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 index 00000000..82b47a23 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 index 00000000..1cd09cb5 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 index 00000000..7a77dde5 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 index 00000000..c3bdc62d 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 index 00000000..bae9f5f0 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 index 00000000..dabd8928 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 index 00000000..dabd8928 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 index 00000000..127a4743 Binary files /dev/null and b/textures/logos/logo03/logo03_yellowg_glow.tga differ