Go back to text wordbubbles

This commit is contained in:
2014-06-14 10:38:05 -07:00
parent f361b0ef2e
commit 4abd2321cc

View File

@@ -788,7 +788,8 @@ var AISprite = function(game, x, y, key, frame) {
} }
this.clearWordBubble = function() { this.clearWordBubble = function() {
this.clear_bubble = true; if ( this.bubble !== null )
this.clear_bubble = true;
this.enable_word_bubble = false; this.enable_word_bubble = false;
this.timer = game.time.create(false); this.timer = game.time.create(false);
console.log("In 1000 ms, " + this + " will enable speech"); console.log("In 1000 ms, " + this + " will enable speech");