fix: typo

This commit is contained in:
Daniel Bulant 2021-08-31 14:16:37 +02:00
parent 44886542ae
commit 388482a22a

View file

@ -412,7 +412,7 @@ export class GameScene extends Phaser.Scene {
this.createMap(); this.createMap();
return; return;
} }
steps.update(t => --t);t steps.update(t => --t);
this.canMove = false; this.canMove = false;
this.move(toX, toY, toX + moveX, toY + moveY, () => { this.move(toX, toY, toX + moveX, toY + moveY, () => {
this.canMove = true; this.canMove = true;