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/scripts | |
parent | d1853e239ae258e394a516f0eeda80f430a1a328 (diff) |
Fix rocket explosion not fading out properly.
Diffstat (limited to 'assets/scripts')
-rw-r--r-- | assets/scripts/hw_rocketl.particle | 2 |
1 files changed, 1 insertions, 1 deletions
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 } - |