]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - scripts/portals.shader
move scripts and env into the maps repo, as they really are only used there
[xonotic/xonotic-data.pk3dir.git] / scripts / portals.shader
diff --git a/scripts/portals.shader b/scripts/portals.shader
deleted file mode 100644 (file)
index 9473c3a..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
-portals_red_vortex
-{
-       cull none
-       deformVertexes wave 100 sin 1.5 0.6 0 1.5
-       {
-               map textures/portals/portals_red_vortex.tga
-               tcMod rotate 10
-               blendfunc blend
-       }
-}
-
-portals_blue_vortex
-{
-       cull none
-       deformVertexes wave 100 sin 1.5 0.6 0 1.5
-       {
-               map textures/portals/portals_blue_vortex.tga
-               tcMod rotate 10
-               blendfunc blend
-       }
-}
-
-portals_inactive_vortex
-{
-       cull none
-       deformVertexes wave 100 sin 1.5 0.6 0 1.5
-       {
-               map textures/portals/portals_inactive_vortex.tga
-               tcMod rotate 10
-               blendfunc blend
-       }
-}
-
-textures/portals/portals_red
-{
-       surfaceparm nonsolid
-       {
-               map textures/portals/portals_red.tga
-       }
-       {
-               map $lightmap
-               blendfunc filter
-       }
-}
-
-textures/portals/portals_blue
-{
-       surfaceparm nonsolid
-       {
-               map textures/portals/portals_blue.tga
-       }
-       {
-               map $lightmap
-               blendfunc filter
-       }
-}
-
-textures/portals/portals_inactive
-{
-       surfaceparm nonsolid
-       {
-               map textures/portals/portals_inactive.tga
-       }
-       {
-               map $lightmap
-               blendfunc filter
-       }
-}