From 1f01037bda1c926a144b12b7839d5616acea3cf3 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Sun, 29 Jan 2012 00:22:27 +0200 Subject: [PATCH] Add a cute effect to all health pickups ^^ --- data/scripts/items.shader | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/data/scripts/items.shader b/data/scripts/items.shader index 626743eb..c07670f6 100644 --- a/data/scripts/items.shader +++ b/data/scripts/items.shader @@ -186,3 +186,39 @@ models/items/jetpack rgbgen lightingDiffuse } } + +textures/items/g_h1 +{ + deformVertexes bulge 10 0.5 10 + { + map textures/items/g_h1 + rgbgen lightingDiffuse + } +} + +textures/items/g_h25 +{ + deformVertexes wave 50 sin 0 0.5 0 2 + { + map textures/items/g_h25 + rgbgen lightingDiffuse + } +} + +textures/items/g_h50 +{ + deformVertexes wave 50 sin 0 0.5 0 1 + { + map textures/items/g_h50 + rgbgen lightingDiffuse + } +} + +textures/items/g_h100 +{ + deformVertexes bulge 5 0.5 5 + { + map textures/items/g_h100 + rgbgen lightingDiffuse + } +} -- 2.39.2