From: Mirio Date: Sun, 31 Jan 2021 14:20:32 +0000 (+0100) Subject: Add Cushion texture - thanks hotdog X-Git-Tag: xonotic-v0.8.5~28 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=07c69653af0a5066a2e97108a6ed2dff3791d632 Add Cushion texture - thanks hotdog --- diff --git a/scripts/common.shader b/scripts/common.shader index 85e924c3..656b5896 100644 --- a/scripts/common.shader +++ b/scripts/common.shader @@ -28,6 +28,16 @@ textures/common/caulk surfaceparm nomarks } +textures/common/cushion +{ + qer_nocarve + qer_trans 0.50 + surfaceparm nodraw + surfaceparm nomarks + surfaceparm nodamage + surfaceparm trans +} + textures/common/forcecaulk { surfaceparm nodraw diff --git a/textures/common/cushion.tga b/textures/common/cushion.tga new file mode 100644 index 00000000..4cc3420b Binary files /dev/null and b/textures/common/cushion.tga differ