Word bubbles

This commit is contained in:
2014-06-12 00:16:21 -07:00
parent c882437e5d
commit ae1744f69e

View File

@@ -336,7 +336,7 @@ var AISprite = function(game, x, y, spritetype) {
this.setWordBubble = function()
{
if ( this.bubble !== null || this.sprite_group == undefined) {
if ( this.bubble !== null || this.sprite_group == undefined || this.word_bubble_enabled == false) {
return;
}
//this.bubble = game.add.group()