diff options
author | enneract <trem.redman@gmail.com> | 2014-02-25 13:03:43 +0100 |
---|---|---|
committer | enneract <trem.redman@gmail.com> | 2014-02-25 13:03:43 +0100 |
commit | dac3d3127fc94231bdde0c0822bb12de01e9e836 (patch) | |
tree | 17829bc1a1b0ddb2d49421c5ea0114b4c2eff436 /assets/scripts/cuboid.particle | |
parent | cd9f8731a13a29d51a401f67ec2aa0b8962e01c8 (diff) |
0.1.7
Diffstat (limited to 'assets/scripts/cuboid.particle')
-rw-r--r-- | assets/scripts/cuboid.particle | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/assets/scripts/cuboid.particle b/assets/scripts/cuboid.particle index c601bdf..343fecc 100644 --- a/assets/scripts/cuboid.particle +++ b/assets/scripts/cuboid.particle @@ -64,3 +64,30 @@ alienHatchPS period 10 - ~0% } } + +humanPowerZapPS +{ + ejector // RC overloading + { + particle + { + shader sync lightning01 + + displacement 0 0 0 80 + + velocityType static + accelerationType static + + radius 0 80~30 80~30 + alpha 0 1 1 + rotation 0 ~360 - + bounce 0 + + lifeTime 75 + } + + count 3 + delay 0 + period 10 - 0 + } +}
\ No newline at end of file |