Removing old unused images
Just a bit of cleanup!
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 771 B |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 57 KiB |
Before Width: | Height: | Size: 158 KiB |
Before Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 231 B |
Before Width: | Height: | Size: 135 KiB |
Before Width: | Height: | Size: 51 KiB |
Before Width: | Height: | Size: 87 KiB |
Before Width: | Height: | Size: 639 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 374 KiB |
Before Width: | Height: | Size: 622 B |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 300 KiB |
Before Width: | Height: | Size: 162 KiB |
Before Width: | Height: | Size: 311 KiB |
Before Width: | Height: | Size: 410 KiB |
Before Width: | Height: | Size: 206 KiB |
Before Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 291 KiB |
Before Width: | Height: | Size: 729 KiB |
Before Width: | Height: | Size: 307 KiB |
Before Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 182 KiB |
Before Width: | Height: | Size: 9.9 KiB |
Before Width: | Height: | Size: 166 KiB |
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 138 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 615 B |
@ -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) => {
|
||||
|