Show motion animations dammit
This commit is contained in:
@@ -1010,7 +1010,7 @@ var AISprite = function(game, x, y, key, frame) {
|
|||||||
setMovingState(this, STATE_FACE_DOWN);
|
setMovingState(this, STATE_FACE_DOWN);
|
||||||
}
|
}
|
||||||
this.animations.stop();
|
this.animations.stop();
|
||||||
this.animations.play("bipedrun" + spriteFacing(this._object));
|
this.animations.play("bipedrun" + spriteFacing(this));
|
||||||
this.animations.stop();
|
this.animations.stop();
|
||||||
this.rotation_timer.stop();
|
this.rotation_timer.stop();
|
||||||
this.rotation_timer = null;
|
this.rotation_timer = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user