diff options
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 |