Merge branch 'develop' into vite

This commit is contained in:
Lukas Hass
2022-02-19 20:08:50 +01:00
28 changed files with 2115 additions and 7282 deletions
+1
View File
@@ -18,6 +18,7 @@ export class PathfindingManager {
this.easyStar = new EasyStar.js();
this.easyStar.enableDiagonals();
this.easyStar.disableCornerCutting();
this.grid = collisionsGrid;
this.tileDimensions = tileDimensions;