mirror of
https://github.com/danbulant/heaventaker
synced 2026-06-20 15:11:35 +00:00
fix: typo
This commit is contained in:
parent
44886542ae
commit
388482a22a
1 changed files with 1 additions and 1 deletions
|
|
@ -412,7 +412,7 @@ export class GameScene extends Phaser.Scene {
|
|||
this.createMap();
|
||||
return;
|
||||
}
|
||||
steps.update(t => --t);t
|
||||
steps.update(t => --t);
|
||||
this.canMove = false;
|
||||
this.move(toX, toY, toX + moveX, toY + moveY, () => {
|
||||
this.canMove = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue