From ab3ec9e0c5879df1c8d9d95326bdff69a3541adc Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 20 Jan 2013 21:39:02 +0000 Subject: Updated particle systems for the new particle system engine. --- base/particles/neutron1.ini | 43 ++++++++++++++++++------------------------- 1 file changed, 18 insertions(+), 25 deletions(-) (limited to 'base/particles/neutron1.ini') diff --git a/base/particles/neutron1.ini b/base/particles/neutron1.ini index 4dc8139..a4176b9 100644 --- a/base/particles/neutron1.ini +++ b/base/particles/neutron1.ini @@ -4,30 +4,23 @@ ; [particles] -type=spray -texture=fx/flare01 -timeout=1.0 -eject=0.01 -radius=1 -alpha=0.8 -speed=0.05 -color=0 255 0 -[particles] -type=trail -texture=fx/engine_trail -timeout=0.5 -eject=0.2 -radius=4 -alpha=0.5 -color=0 127 0 + [ejector] + type=spray + texture=fx/flare01 + lifespan=1000 + interval=10 + radius=8 2 + alpha=0.75 0 + speed=8 + cone=150 + color=0 255 0 -[particles] -type=trail -texture=fx/engine_trail -timeout=0.5 -eject=0.2 -radius=4 -alpha=0.5 -roll=90 -color=0 127 0 \ No newline at end of file + [ejector] + type=trail + texture=fx/engine_trail + lifespan=500 + interval=200 + radius=4 + alpha=0.5 + color=0 196 0 \ No newline at end of file -- cgit v1.2.3