Go back to text wordbubbles
This commit is contained in:
@@ -1020,7 +1020,7 @@ GameState.prototype.create = function()
|
||||
|
||||
this.shadowTexture = game.add.bitmapData(game.world.width, game.world.height);
|
||||
// drop this lower to make the map darker
|
||||
this.shadowTextureColor = 'rgb(40, 40, 40)';
|
||||
this.shadowTextureColor = 'rgb(255, 255, 255)';
|
||||
this.shadowSprite = game.add.image(0, 0, this.shadowTexture);
|
||||
|
||||
this.shadowSprite.blendMode = Phaser.blendModes.MULTIPLY;
|
||||
|
||||
Reference in New Issue
Block a user