Add wandering sprites back to map via map objects
This commit is contained in:
@@ -739,6 +739,7 @@ var AISprite = function(game, x, y, key, frame) {
|
|||||||
|
|
||||||
this.update_new_values = function() {
|
this.update_new_values = function() {
|
||||||
this.loadTexture(this.sprite_name);
|
this.loadTexture(this.sprite_name);
|
||||||
|
setSpriteMovement(this, false, 'down');
|
||||||
this.bubble = null;
|
this.bubble = null;
|
||||||
this.clearWordBubble();
|
this.clearWordBubble();
|
||||||
this.state = STATE_UNAWARE;
|
this.state = STATE_UNAWARE;
|
||||||
|
|||||||
Reference in New Issue
Block a user