diff options
author | Paweł Redman <trem.redman@gmail.com> | 2014-01-19 11:44:43 +0100 |
---|---|---|
committer | Paweł Redman <trem.redman@gmail.com> | 2014-01-19 11:44:43 +0100 |
commit | f9a8b76c0f912cea66eacf71162a3090fda698d8 (patch) | |
tree | 02b97139346540ba9b1d324f5717ee4bc37f332c /assets/scripts/g_disconnect.particle | |
parent | 0f00273fe1b2c7044dd23512408632eae6e0dca6 (diff) |
0.1.6
Diffstat (limited to 'assets/scripts/g_disconnect.particle')
-rw-r--r-- | assets/scripts/g_disconnect.particle | 25 |
1 files changed, 25 insertions, 0 deletions
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 |