diff options
author | Stijn Buys <ingar@osirion.org> | 2012-12-15 23:56:18 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2012-12-15 23:56:18 +0000 |
commit | 14bcfb541ca3a6fd1cd6bcb063bd0ce9fa939a93 (patch) | |
tree | 31f28b67e6a5997a2e4f1a98fd85e9b2d6017116 | |
parent | 6b57285ecc2df682ecfd413f25495e53abee8efc (diff) |
Added metrion particles.
-rw-r--r-- | base/particles/metrion1.ini | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/base/particles/metrion1.ini b/base/particles/metrion1.ini new file mode 100644 index 0000000..6e156dd --- /dev/null +++ b/base/particles/metrion1.ini @@ -0,0 +1,42 @@ +; +; particles/metrion1.ini +; Neutron cannon particles +; + +[particles] +type=spray +texture=fx/flare02 +timeout=0.25 +eject=0.005 +radius=8 +alpha=0.7 +speed=0.5 +entity=true + +[particles] +type=spray +texture=fx/flare02 +timeout=0.25 +eject=0.005 +radius=12 +alpha=0.7 +speed=0.2 +entity=false +entitysecond=true + +; [particles] +; type=trail +; texture=fx/engine_trail +; timeout=0.5 +; eject=0.2 +; radius=4 +; alpha=0.5 +; +; [particles] +; type=trail +; texture=fx/engine_trail +; timeout=0.5 +; eject=0.2 +; radius=4 +; alpha=0.5 +; roll=90 |