]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/blobdiff - scripts/effects_beam.shader
Moving space_elevator's beam shaders to their own directory.
[xonotic/xonotic-maps.pk3dir.git] / scripts / effects_beam.shader
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
+       }
+}