]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
introduce common/waternodraw, common/slimenodraw and common/lavanodraw
authorMaik Merten <maikmerten@googlemail.com>
Sat, 16 Apr 2011 10:59:37 +0000 (12:59 +0200)
committerMaik Merten <maikmerten@googlemail.com>
Sat, 16 Apr 2011 10:59:37 +0000 (12:59 +0200)
scripts/common.shader
textures/common/lavanodraw.tga [new file with mode: 0644]
textures/common/slimenodraw.tga [new file with mode: 0644]
textures/common/waternodraw.tga [new file with mode: 0644]

index f5169f127cbab9f1a7f30d234d2f1d86a4eb9e26..02202d5ada1571ba40007e5d83efbed629c545e2 100644 (file)
@@ -231,3 +231,33 @@ textures/common/camera
        }
        dp_camera
 }
        }
        dp_camera
 }
+
+textures/common/waternodraw
+{
+       qer_trans 0.40
+       surfaceparm nodraw
+       surfaceparm nolightmap
+       surfaceparm water
+       surfaceparm trans
+       surfaceparm nomarks
+}
+
+textures/common/slimenodraw
+{
+       qer_trans 0.40
+       surfaceparm nodraw
+       surfaceparm nolightmap
+       surfaceparm slime
+       surfaceparm trans
+       surfaceparm nomarks
+}
+
+textures/common/lavanodraw
+{
+       qer_trans 0.40
+       surfaceparm nodraw
+       surfaceparm nolightmap
+       surfaceparm lava
+       surfaceparm trans
+       surfaceparm nomarks
+}
\ No newline at end of file
diff --git a/textures/common/lavanodraw.tga b/textures/common/lavanodraw.tga
new file mode 100644 (file)
index 0000000..07a9058
Binary files /dev/null and b/textures/common/lavanodraw.tga differ
diff --git a/textures/common/slimenodraw.tga b/textures/common/slimenodraw.tga
new file mode 100644 (file)
index 0000000..b2e819c
Binary files /dev/null and b/textures/common/slimenodraw.tga differ
diff --git a/textures/common/waternodraw.tga b/textures/common/waternodraw.tga
new file mode 100644 (file)
index 0000000..d068ff6
Binary files /dev/null and b/textures/common/waternodraw.tga differ