diff options
author | Stijn Buys <ingar@osirion.org> | 2013-01-27 17:24:35 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2013-01-27 17:24:35 +0000 |
commit | 214d31a74f8a6474e34c38b8a81f16a0e4de3870 (patch) | |
tree | d0cd80460b83931947a25e84d4bd4caf6b2c3a1b | |
parent | ffba388be674acecd3ce9b052b5732155522fe98 (diff) |
Better explosion particles.
-rw-r--r-- | base/particles/explosion.ini | 40 |
1 files changed, 29 insertions, 11 deletions
diff --git a/base/particles/explosion.ini b/base/particles/explosion.ini index 927c100..4c4408a 100644 --- a/base/particles/explosion.ini +++ b/base/particles/explosion.ini @@ -5,23 +5,24 @@ [particles] - [sprites] - texture=fx/explosion03_15 + [sprites] + texture=fx/explosion01_16 lifespan=4000 + timeout=5000 interval=50 - radius=256 512 - ;spawnradius=256 - alpha=0 0.25 0 + radius=256 1024 + alpha=0 0.5 0 offset=.25 - speed=16 + speed=10 cone=360 attached=true scaled=true [sprites] texture=fx/flare02 + timeout=5000 lifespan=4500 - interval=25 + interval=15 radius=8 12 cone=360 speed=32 48 @@ -33,14 +34,31 @@ [streaks] texture=fx/streak001 + timeout=5000 interval=50 lifespan=5000 speed=32 36 tailspeed=24 28 cone=360 - radius=4 6 - alpha=0.0 0.5 0 - color=192 64 0 + radius=6 8 + alpha=0.0 0.75 0 + color=256 168 88 + offset=0.25 + attached=true + scaled=true + + [streaks] + texture=fx/streak002 + timeout=5000 + interval=30 + lifespan=3500 + speed=40 41 + tailspeed=38 38.5 + cone=360 + radius=5 7 + alpha=0.0 0.75 0 + color=255 255 96 offset=0.25 attached=true - scaled=true
\ No newline at end of file + scaled=true +
\ No newline at end of file |