Skip to content

Commit

Permalink
Add dynamic lights to grenade and firebomb.
Browse files Browse the repository at this point in the history
  • Loading branch information
gimhael committed Mar 13, 2016
1 parent 736aa14 commit a729048
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/scripts/firebomb.particle
Expand Up @@ -49,6 +49,8 @@ models/weapons/firebomb/impactPS
rotation 0 ~360 -
bounce 0

dynamicLight 0 1000 0 { 1.0 1.0 0.8 }

lifeTime 500
}

Expand Down
2 changes: 2 additions & 0 deletions main/scripts/grenade.particle
Expand Up @@ -159,6 +159,8 @@ models/weapons/grenade/impactPS
rotation 0 ~360 -
bounce 0.0

dynamicLight 0 1000 0 { 1.0 1.0 0.8 }

lifeTime 500
}

Expand Down

0 comments on commit a729048

Please sign in to comment.