Add wandering sprites back to map via map objects

This commit is contained in:
2014-06-13 02:13:35 -07:00
parent 01b1ac2581
commit 408ecc167c

View File

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