Moved to graphical word bubbles
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user