Skip to content

Commit

Permalink
Add some more dynamic lights.
Browse files Browse the repository at this point in the history
  • Loading branch information
gimhael committed Mar 12, 2016
1 parent 39c7df5 commit db64a1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/scripts/blaster.particle
Expand Up @@ -24,6 +24,8 @@ ImpactBlaster
rotation 0 ~360 ~360
bounce 0.8

dynamicLight 0 100 0 { 0.25 0.25 0.8 }

lifeTime 600
}

Expand Down
4 changes: 4 additions & 0 deletions main/scripts/lcannon.particle
Expand Up @@ -27,6 +27,8 @@ ejector
rotation 0.0 0.0 -
lifeTime 1000.0

dynamicLight 0 300 0 { 0.75 1.0 0.75 }

childTrailSystem lucymuzzletrail
}
count infinite
Expand Down Expand Up @@ -176,6 +178,8 @@ LucyMissileSecondary
rotation 0 0 50
lifeTime 400

dynamicLight 0 150 0 { 0.75 1.0 0.75 }

childTrailSystem lucymuzzletrail3
}
count infinite
Expand Down

0 comments on commit db64a1c

Please sign in to comment.