Moved to graphical word bubbles

This commit is contained in:
2014-06-12 01:59:37 -07:00
parent 8b361143b6
commit f1bd504a67

View File

@@ -778,7 +778,7 @@ GameState.prototype.updateShadowTexture = function() {
// underneath it darker, while the white area is unaffected. // underneath it darker, while the white area is unaffected.
// Draw shadow // Draw shadow
this.shadowSprite.bringToTop(); //this.shadowSprite.bringToTop();
this.shadowTexture.context.fillStyle = this.shadowTextureColor; this.shadowTexture.context.fillStyle = this.shadowTextureColor;
this.shadowTexture.context.fillRect(0, 0, game.world.width, game.world.height); this.shadowTexture.context.fillRect(0, 0, game.world.width, game.world.height);