diff options
author | Stijn Buys <ingar@osirion.org> | 2013-02-09 11:17:12 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2013-02-09 11:17:12 +0000 |
commit | 5a5b8392fdd12f9a722e77a84ca7a7d19f86dae5 (patch) | |
tree | 89deb628e64447e95ccdace753385271d5a618c1 /base/particles | |
parent | 60bd0cce791a7d62ed7c954f9e3aa4f21f29d85c (diff) |
Initial support for jumpgate vortex particles.
Diffstat (limited to 'base/particles')
-rw-r--r-- | base/particles/vortex.ini | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/base/particles/vortex.ini b/base/particles/vortex.ini new file mode 100644 index 0000000..182b6a7 --- /dev/null +++ b/base/particles/vortex.ini @@ -0,0 +1,44 @@ +; +; particles/vortex.ini +; jumpgate vortex particles +; + +[particles] + + [sprites] + texture=fx/engine_smoke + lifespan=2500 + interval=50 + spawnradius=64 + cone=360 + radius=16 32 + alpha=0.25 0 + offset=0.75 + speed=2 4 + color=0 255 255 + scaled=true + + [sprites] + texture=fx/engine_smoke + lifespan=2500 + interval=50 + spawnradius=64 + cone=360 + radius=16 32 + alpha=0.25 0 + offset=0.75 + speed=2 4 + color=128 128 128 + scaled=true + + [sprites] + texture=fx/flare04 + spawnradius=8 + cone=360 + speed=16 32 + lifespan=1500 + interval=10 + radius=4 8 0 + alpha=0.5 0 + color=255 255 192 + scaled=true |