From f9a8b76c0f912cea66eacf71162a3090fda698d8 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sun, 19 Jan 2014 11:44:43 +0100 Subject: 0.1.6 --- assets/scripts/g_disconnect.particle | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 assets/scripts/g_disconnect.particle (limited to 'assets/scripts/g_disconnect.particle') diff --git a/assets/scripts/g_disconnect.particle b/assets/scripts/g_disconnect.particle new file mode 100644 index 0000000..e7ba0c1 --- /dev/null +++ b/assets/scripts/g_disconnect.particle @@ -0,0 +1,25 @@ +disconnectPS +{ + ejector + { + particle + { + shader sync gfx/sprites/bubble + displacement 0 0 0 ~60 + + velocityType static + velocityDir linear + velocityMagnitude 15 + velocity 0 0 1 ~90 + + radius 0 24 32 + alpha 0 1 - + + lifeTime 1000~300 + } + + count 3 + delay 0 + period 0 - 0 + } +} \ No newline at end of file -- cgit