diff options
author | Stijn Buys <ingar@osirion.org> | 2013-01-27 15:19:31 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2013-01-27 15:19:31 +0000 |
commit | da365e62fa73228b908aea713a0736776891ff00 (patch) | |
tree | 6f1cc9d62f3aedcd4194dab712e9fd01f1625bd0 /base/particles | |
parent | 4fce4add304f3610cc1aadd5c23dbe749ad02745 (diff) |
Updated explosion particles.
Diffstat (limited to 'base/particles')
-rw-r--r-- | base/particles/explosion.ini | 41 |
1 files changed, 36 insertions, 5 deletions
diff --git a/base/particles/explosion.ini b/base/particles/explosion.ini index 7ac644a..927c100 100644 --- a/base/particles/explosion.ini +++ b/base/particles/explosion.ini @@ -8,8 +8,39 @@ [sprites] texture=fx/explosion03_15 lifespan=4000 - interval=2500 - radius=0 256 - alpha=0.5 - speed=0.15 -
\ No newline at end of file + interval=50 + radius=256 512 + ;spawnradius=256 + alpha=0 0.25 0 + offset=.25 + speed=16 + cone=360 + attached=true + scaled=true + + [sprites] + texture=fx/flare02 + lifespan=4500 + interval=25 + radius=8 12 + cone=360 + speed=32 48 + alpha= 0.125 0.5 0 + offset=0.25 + color=126 24 2 + attached=true + scaled=true + + [streaks] + texture=fx/streak001 + 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 + offset=0.25 + attached=true + scaled=true
\ No newline at end of file |