diff options
author | Stijn Buys <ingar@osirion.org> | 2013-09-21 18:13:15 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2013-09-21 18:13:15 +0000 |
commit | 2a3933db4da03303207e58418978857764042d89 (patch) | |
tree | f4932f6dcaf2c4c8b1ae6948e4abf3fc3edb1698 /base/particles | |
parent | fd404cd9da3deea5961c910e96670312a9e0d902 (diff) |
Adds ion cannon and turret.
Diffstat (limited to 'base/particles')
-rw-r--r-- | base/particles/ion1.ini | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/base/particles/ion1.ini b/base/particles/ion1.ini new file mode 100644 index 0000000..19667c6 --- /dev/null +++ b/base/particles/ion1.ini @@ -0,0 +1,26 @@ +; +; particles/ion1.ini +; Ion cannon particles +; + +[particles] + + [flares] + texture=fx/explosion01_04 + lifespan=500 + interval=50 + radius=4 64 4 + speed=256 + alpha=.25 0.75 .25 + color=255 255 255 + attached=true + + [flares] + texture=fx/explosion01_00 + lifespan=1000 + interval=150 + radius=16 128 16 + speed=256 + alpha=0.0 0.5 0.0 + color=255 255 255 + attached=true
\ No newline at end of file |