Go back to text wordbubbles

This commit is contained in:
2014-06-14 10:25:20 -07:00
parent 90d21f7861
commit 47bc2b7baa

View File

@@ -914,7 +914,7 @@ var AISprite = function(game, x, y, key, frame) {
'townsfolk-guard-2'
];
Phaser.Sprite.call(this, game, x, y, 'townsfolk-male-1');
Phaser.Sprite.call(this, game, x, y, null);
game.physics.arcade.enable(this);
this.timer = null;
this.body.collideWorldBounds = true;