]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
Moving space_elevator's beam shaders to their own directory.
authorcbrutail <ruszkai.akos@gmail.com>
Sat, 22 Jan 2011 19:52:44 +0000 (20:52 +0100)
committercbrutail <ruszkai.akos@gmail.com>
Sat, 22 Jan 2011 19:52:44 +0000 (20:52 +0100)
scripts/effects_beam.shader [new file with mode: 0644]
textures/effects_beam/beam-blue.tga [new file with mode: 0644]
textures/effects_beam/beam-green.tga [new file with mode: 0644]
textures/effects_beam/beam-purple.tga [new file with mode: 0644]
textures/effects_beam/beam-red.tga [new file with mode: 0644]
textures/effects_beam/beam-yellow.tga [new file with mode: 0644]

diff --git a/scripts/effects_beam.shader b/scripts/effects_beam.shader
new file mode 100644 (file)
index 0000000..7d16df5
--- /dev/null
@@ -0,0 +1,59 @@
+textures/effects_beam/beam-blue
+{
+       surfaceparm nonsolid
+       surfaceparm nomarks
+       cull none
+       q3map_surfacelight 3000
+       {
+               map textures/effects_beam/beam-blue.tga
+               blendfunc add
+       }
+}
+
+textures/effects_beam/beam-purple
+{
+       surfaceparm nonsolid
+       surfaceparm nomarks
+       cull none
+       q3map_surfacelight 3000
+       {
+               map textures/effects_beam/beam-purple.tga
+               blendfunc add
+       }
+}
+
+textures/effects_beam/beam-red
+{
+       surfaceparm nonsolid
+       surfaceparm nomarks
+       cull none
+       q3map_surfacelight 3000
+       {
+               map textures/effects_beam/beam-red.tga
+               blendfunc add
+       }
+}
+
+textures/effects_beam/beam-green
+{
+       surfaceparm nonsolid
+       surfaceparm nomarks
+       cull none
+       q3map_surfacelight 3000
+       {
+               map textures/effects_beam/beam-green.tga
+               blendfunc add
+       }
+}
+
+textures/effects_beam/beam-yellow
+{
+       surfaceparm nonsolid
+       surfaceparm nomarks
+       cull none
+       q3map_surfacelight 3000
+       {
+               map textures/effects_beam/beam-yellow.tga
+               blendfunc add
+       }
+}
diff --git a/textures/effects_beam/beam-blue.tga b/textures/effects_beam/beam-blue.tga
new file mode 100644 (file)
index 0000000..01ba42b
Binary files /dev/null and b/textures/effects_beam/beam-blue.tga differ
diff --git a/textures/effects_beam/beam-green.tga b/textures/effects_beam/beam-green.tga
new file mode 100644 (file)
index 0000000..8fdef61
Binary files /dev/null and b/textures/effects_beam/beam-green.tga differ
diff --git a/textures/effects_beam/beam-purple.tga b/textures/effects_beam/beam-purple.tga
new file mode 100644 (file)
index 0000000..1fd48ce
Binary files /dev/null and b/textures/effects_beam/beam-purple.tga differ
diff --git a/textures/effects_beam/beam-red.tga b/textures/effects_beam/beam-red.tga
new file mode 100644 (file)
index 0000000..02f1e14
Binary files /dev/null and b/textures/effects_beam/beam-red.tga differ
diff --git a/textures/effects_beam/beam-yellow.tga b/textures/effects_beam/beam-yellow.tga
new file mode 100644 (file)
index 0000000..a37b707
Binary files /dev/null and b/textures/effects_beam/beam-yellow.tga differ