Add wandering sprites back to map via map objects

This commit is contained in:
2014-06-13 02:11:08 -07:00
parent 050f29169e
commit 01b1ac2581

View File

@@ -739,6 +739,7 @@ var AISprite = function(game, x, y, key, frame) {
this.update_new_values = function() {
this.loadTexture(this.sprite_name);
setSpriteMovement(this, false, 'down');
this.bubble = null;
this.clearWordBubble();
this.state = STATE_UNAWARE;