diff options
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 |