Skip to content

Commit

Permalink
Make flashlight a bit redder
Browse files Browse the repository at this point in the history
  • Loading branch information
vilcans committed Nov 28, 2013
1 parent 869db3e commit b9b5c9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/FlashlightComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ define([
//spotLight.range = 10;
spotLight.penumbra = 5;
spotLight.intensity = 1;
spotLight.color.setd(1.0, 0.6, 0.3);

var spotLightEntity = Game.goo.world.createEntity('FlashLight');
spotLightEntity.setComponent(new LightComponent(spotLight));
Expand Down

0 comments on commit b9b5c9c

Please sign in to comment.