diff options
author | Stijn Buys <ingar@osirion.org> | 2013-04-20 14:08:22 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2013-04-20 14:08:22 +0000 |
commit | 026050ee6e511db5dc57056df95a07b3dd22a3f2 (patch) | |
tree | 06bedb6f57f01dc4429d5fa0af9cc484fd16648b /base/particles | |
parent | c3ec0e5f6c09609ffabcec653ecc0d6098068a10 (diff) |
Added fire/smoke particles to the colonial factory model (e.g. Kerman refinery).
Diffstat (limited to 'base/particles')
-rw-r--r-- | base/particles/factory_smoke.ini | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/base/particles/factory_smoke.ini b/base/particles/factory_smoke.ini new file mode 100644 index 0000000..e99a0ce --- /dev/null +++ b/base/particles/factory_smoke.ini @@ -0,0 +1,31 @@ +; +; particles/factorysmoke.ini +; fire/smoke exhaust effect for the colonial factory + +[particles] + + ; fire effect + [sprites] + texture=fx/explosion01_15 + lifespan=4000 + interval=75 + radius=64 256 16 + spawnradius=8 + alpha=0 0.5 0 + offset=.25 + speed=16 + cone=20 + + ; smoke effect + [sprites] + texture=fx/engine_smoke + lifespan=2500 + interval=50 + spawnradius=16 + cone=10 + radius=32 512 + alpha=0 0.5 0 + offset=0.5 + speed=76 + color=0.7 0.7 0.7 + colorsecond=0.2 0.2 0.2 |