From: FruitieX Date: Sat, 2 Oct 2010 11:35:59 +0000 (+0300) Subject: respawn ring effect from the e8 set (could use some improvements perhaps) X-Git-Tag: xonotic-v0.1.0preview~129^2 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=47cd8461c126f353d6c84f5e807c80d098b70f96;p=xonotic%2Fxonotic-maps.pk3dir.git respawn ring effect from the e8 set (could use some improvements perhaps) --- diff --git a/scripts/effects_item.shader b/scripts/effects_item.shader new file mode 100644 index 00000000..c5061486 --- /dev/null +++ b/scripts/effects_item.shader @@ -0,0 +1,24 @@ +textures/effects_item/respawnring-red +{ + surfaceparm nolightmap + surfaceparm nomarks + surfaceparm trans + { + map textures/effects_item/respawnring-red.tga + blendfunc add + rgbGen identity + } +} + +textures/effects_item/respawnring-blue +{ + surfaceparm nolightmap + surfaceparm nomarks + surfaceparm trans + { + map textures/effects_item/respawnring-blue.tga + blendfunc add + rgbGen identity + } +} + diff --git a/textures/effects_item/respawnring-blue.jpg b/textures/effects_item/respawnring-blue.jpg new file mode 100644 index 00000000..52a63850 Binary files /dev/null and b/textures/effects_item/respawnring-blue.jpg differ diff --git a/textures/effects_item/respawnring-red.jpg b/textures/effects_item/respawnring-red.jpg new file mode 100644 index 00000000..eb1562e9 Binary files /dev/null and b/textures/effects_item/respawnring-red.jpg differ