summaryrefslogtreecommitdiff
path: root/scripts/analmango.particle
diff options
context:
space:
mode:
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 6d8d991..8a74e25 100644
--- a/scripts/analmango.particle
+++ b/scripts/analmango.particle
@@ -225,3 +225,34 @@ analmango_reactor
period 30 - ~0%
}
}
+
+analmango_large_smoke
+{
+ ejector
+ {
+ particle
+ {
+ shader sync gfx/sprites/smoke
+
+ velocityType static
+ velocityDir linear
+ velocityMagnitude 200
+ velocity -0.07 0.2 1 0
+
+ accelerationType static
+ accelerationDir linear
+ accelerationMagnitude 200
+ acceleration 0.4 0.1 0 ~0
+
+ radius 0 40.0 400.0
+ alpha 0 0.5 0.0
+ rotation 0 ~360 -
+
+ lifeTime 3000
+ }
+
+ count infinite
+ delay 0
+ period 160 - ~100%
+ }
+}