diff options
author | enneract <trem.redman@gmail.com> | 2014-12-14 12:38:45 +0100 |
---|---|---|
committer | enneract <trem.redman@gmail.com> | 2014-12-14 12:38:45 +0100 |
commit | cf0eb59c5407fd959410035532120a52a11b109e (patch) | |
tree | cac26eea4cd8c67b039515bd932cd234869f256e /assets | |
parent | d1853e239ae258e394a516f0eeda80f430a1a328 (diff) |
Fix rocket explosion not fading out properly.
Diffstat (limited to 'assets')
-rw-r--r-- | assets/gfx/rocketx/0025.jpg | bin | 7581 -> 6127 bytes | |||
-rw-r--r-- | assets/gfx/rocketx/0026.jpg | bin | 7346 -> 5150 bytes | |||
-rw-r--r-- | assets/gfx/rocketx/0027.jpg | bin | 7060 -> 3942 bytes | |||
-rw-r--r-- | assets/gfx/rocketx/0028.jpg | bin | 6750 -> 2777 bytes | |||
-rw-r--r-- | assets/gfx/rocketx/0029.jpg | bin | 6433 -> 1718 bytes | |||
-rw-r--r-- | assets/gfx/rocketx/0030.jpg | bin | 6090 -> 1193 bytes | |||
-rw-r--r-- | assets/scripts/hw_rocketl.particle | 2 |
7 files changed, 1 insertions, 1 deletions
diff --git a/assets/gfx/rocketx/0025.jpg b/assets/gfx/rocketx/0025.jpg Binary files differindex 3c95e8b..e6a7923 100644 --- a/assets/gfx/rocketx/0025.jpg +++ b/assets/gfx/rocketx/0025.jpg diff --git a/assets/gfx/rocketx/0026.jpg b/assets/gfx/rocketx/0026.jpg Binary files differindex 31590ea..99ef757 100644 --- a/assets/gfx/rocketx/0026.jpg +++ b/assets/gfx/rocketx/0026.jpg diff --git a/assets/gfx/rocketx/0027.jpg b/assets/gfx/rocketx/0027.jpg Binary files differindex 004d27f..220234b 100644 --- a/assets/gfx/rocketx/0027.jpg +++ b/assets/gfx/rocketx/0027.jpg diff --git a/assets/gfx/rocketx/0028.jpg b/assets/gfx/rocketx/0028.jpg Binary files differindex 96405cb..5b2b4e6 100644 --- a/assets/gfx/rocketx/0028.jpg +++ b/assets/gfx/rocketx/0028.jpg diff --git a/assets/gfx/rocketx/0029.jpg b/assets/gfx/rocketx/0029.jpg Binary files differindex c344ab9..585257e 100644 --- a/assets/gfx/rocketx/0029.jpg +++ b/assets/gfx/rocketx/0029.jpg diff --git a/assets/gfx/rocketx/0030.jpg b/assets/gfx/rocketx/0030.jpg Binary files differindex 779691b..09721ca 100644 --- a/assets/gfx/rocketx/0030.jpg +++ b/assets/gfx/rocketx/0030.jpg diff --git a/assets/scripts/hw_rocketl.particle b/assets/scripts/hw_rocketl.particle index 289fced..5fbf798 100644 --- a/assets/scripts/hw_rocketl.particle +++ b/assets/scripts/hw_rocketl.particle @@ -86,7 +86,7 @@ models/weapons/rocketl/impactPS accelerationMagnitude 25 radius 0 30 70 - alpha 250 1 0 + alpha 250 1 1 rotation ~360 0 0 bounce 0.0 color 0 { 0.8 0.2 0.2 } - |