From e6a4e8893558cea88cca9eeae28b8061c2e982b3 Mon Sep 17 00:00:00 2001 From: Timothy Stiles Date: Sat, 26 Sep 2020 22:32:01 +1000 Subject: [PATCH] spaceify previous commit --- js/game.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/game.js b/js/game.js index 9f82422..3697033 100644 --- a/js/game.js +++ b/js/game.js @@ -832,9 +832,9 @@ export class Level { if (actor.cell === goal_cell) return; - this._set_prop(actor, 'previous_cell', actor.cell); - this._set_prop(actor, 'animation_speed', speed); - this._set_prop(actor, 'animation_progress', 0); + this._set_prop(actor, 'previous_cell', actor.cell); + this._set_prop(actor, 'animation_speed', speed); + this._set_prop(actor, 'animation_progress', 0); let original_cell = actor.cell; this.remove_tile(actor);