Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-01-20 21:39:02 +0000
committerStijn Buys <ingar@osirion.org>2013-01-20 21:39:02 +0000
commitab3ec9e0c5879df1c8d9d95326bdff69a3541adc (patch)
treed6cf8b0c4db2eb4ebca5f66e8750c407c1554ff7 /base/particles/neutron1.ini
parent8ff3f71b683e4793d88376f106790834cc7b11ea (diff)
Updated particle systems for the new particle system engine.
Diffstat (limited to 'base/particles/neutron1.ini')
-rw-r--r--base/particles/neutron1.ini43
1 files changed, 18 insertions, 25 deletions
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