]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/blobdiff - scripts/logos.shader
Some logos we can snap to textures. Have to kinds, normal and glowing. Use them as...
[xonotic/xonotic-maps.pk3dir.git] / scripts / logos.shader
diff --git a/scripts/logos.shader b/scripts/logos.shader
new file mode 100644 (file)
index 0000000..6f61b24
--- /dev/null
@@ -0,0 +1,159 @@
+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
+               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
+               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
+               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
+               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
+               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
+               rgbgen identity
+       }
+}
+
+textures/logos/phoenix01_yelow
+{
+       qer_editorimage textures/logos/logo01_yelow.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo01_yelow.tga
+               blendFunc filter
+               rgbgen identity
+       }
+}
+
+textures/logos/phoenix01_yelow_glow
+{
+       qer_editorimage textures/logos/logo01_yelowg.tga
+
+       surfaceparm trans
+       surfaceparm nonsolid
+       surfaceparm nodlight
+       surfaceparm nolightmap
+
+       polygonOffset
+       sort 6
+       cull none
+
+       {
+               map textures/logos/logo01_yelowg.tga
+               blendFunc filter
+               rgbgen identity
+       }
+}
\ No newline at end of file