summaryrefslogtreecommitdiff
path: root/scripts/analmango.particle
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2018-02-16 12:56:05 +0100
committerPaweł Redman <pawel.redman@gmail.com>2018-02-16 12:56:05 +0100
commitde1173186ceb402d1a723be769902d361c75d863 (patch)
tree5c913349cc11226f262f5dbfa9c7e2b9fbb40129 /scripts/analmango.particle
parent9e4828bb33abda21d72a80abfc572b0648567867 (diff)
Reactor particle system.
Diffstat (limited to 'scripts/analmango.particle')
-rw-r--r--scripts/analmango.particle31
1 files changed, 31 insertions, 0 deletions
diff --git a/scripts/analmango.particle b/scripts/analmango.particle
index 40ab747..6d8d991 100644
--- a/scripts/analmango.particle
+++ b/scripts/analmango.particle
@@ -194,3 +194,34 @@ analmango_rocket
period 0 - ~0%
}
}
+
+analmango_reactor
+{
+ ejector
+ {
+ particle
+ {
+ shader sync gfx/sprites/spark
+
+ velocityType static
+ velocityDir linear
+ velocityMagnitude 1000
+ velocity 0 0 1 ~180
+
+ accelerationType static
+ accelerationDir point
+ accelerationMagnitude 40000
+ accelerationPoint 1792 -300 150 0
+
+ radius 0 10.0 10.0
+ alpha 0 1.0 1.0
+ rotation 0 ~360 -
+
+ lifeTime 800
+ }
+
+ count infinite
+ delay 0
+ period 30 - ~0%
+ }
+}