Stop before running into followed Avatar; stop sprite animation
This commit is contained in:
parent
372dda792f
commit
e7f1395809
3 changed files with 4 additions and 4 deletions
|
@ -41,7 +41,7 @@ export class PlayerMovement {
|
|||
oldX: this.startPosition.x,
|
||||
oldY: this.startPosition.y,
|
||||
direction: this.endPosition.direction,
|
||||
moving: true,
|
||||
moving: this.endPosition.moving,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue