diff options
author | Stijn Buys <ingar@osirion.org> | 2012-10-14 10:10:24 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2012-10-14 10:10:24 +0000 |
commit | 4d980d0aced30272b1bca60275b79c19a4cc5320 (patch) | |
tree | f34c1953b44b596f81bb358e382444c1b077382c /base/particles | |
parent | 41eafaea1b7881513e39f74c1f5f0fe38b4531ed (diff) |
Added generic explosion particle effect.
Diffstat (limited to 'base/particles')
-rw-r--r-- | base/particles/explosion.ini | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/base/particles/explosion.ini b/base/particles/explosion.ini new file mode 100644 index 0000000..ea0fc9f --- /dev/null +++ b/base/particles/explosion.ini @@ -0,0 +1,15 @@ +; +; particles/explosion.ini +; default explision particle effect +; + +[particles] +type=spray +texture=fx/explosion01_12 +timeout=4 +eject=.25 +radius=2500 +alpha=0.5 +offset=0.25 +speed=0.1 +color=1.0 0.8 0.0
\ No newline at end of file |