Go back to text wordbubbles

This commit is contained in:
2014-06-14 10:26:09 -07:00
parent 47bc2b7baa
commit b41398e143

View File

@@ -917,6 +917,8 @@ var AISprite = function(game, x, y, key, frame) {
Phaser.Sprite.call(this, game, x, y, null);
game.physics.arcade.enable(this);
this.timer = null;
this.bubble = null;
this.enable_word_bubble = false;
this.body.collideWorldBounds = true;
this.sprite_name = "townsfolk-male-1";
this.sprite_group = "townsfolk-male";