Removing old unused images

Just a bit of cleanup!
This commit is contained in:
David Négrier
2022-03-15 12:14:29 +01:00
parent d4dcd0d5ce
commit 3988559d2a
43 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ export class Player extends Character {
speed?: number
): Promise<{ x: number; y: number; cancelled: boolean }> {
const isPreviousPathInProgress = this.pathToFollow !== undefined && this.pathToFollow.length > 0;
// take collider offset into consideraton
// take collider offset into consideration
this.pathToFollow = this.adjustPathToFollowToColliderBounds(path);
this.pathWalkingSpeed = speed;
return new Promise((resolve) => {