From: Maik Merten Date: Sat, 16 Apr 2011 10:59:37 +0000 (+0200) Subject: introduce common/waternodraw, common/slimenodraw and common/lavanodraw X-Git-Tag: xonotic-v0.5.0~95^2~1^2 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=caa6497573c344d0be87c68fb33d19a3fb7fad66;hp=-c introduce common/waternodraw, common/slimenodraw and common/lavanodraw --- caa6497573c344d0be87c68fb33d19a3fb7fad66 diff --git a/scripts/common.shader b/scripts/common.shader index f5169f12..02202d5a 100644 --- a/scripts/common.shader +++ b/scripts/common.shader @@ -231,3 +231,33 @@ textures/common/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 index 00000000..07a90582 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 index 00000000..b2e819c8 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 index 00000000..d068ff61 Binary files /dev/null and b/textures/common/waternodraw.tga differ