Made the shadow layer darker

This commit is contained in:
2014-06-11 20:48:50 -07:00
parent 1bddcd4ac5
commit a7d3b17503

View File

@@ -272,7 +272,7 @@ GameState.prototype.create = function()
}
this.shadowTexture = game.add.bitmapData(game.world.width, game.world.height);
this.shadowTextureColor = 'rgb(50, 50, 50)';
this.shadowTextureColor = 'rgb(25, 25, 25)';
// Create an object that will use the bitmap as a texture
this.shadowSprite = game.add.image(0, 0, this.shadowTexture);