disable corner cutting
This commit is contained in:
parent
eae6c2c5e3
commit
ecd4b5907a
@ -18,6 +18,7 @@ export class PathfindingManager {
|
||||
|
||||
this.easyStar = new EasyStar.js();
|
||||
this.easyStar.enableDiagonals();
|
||||
this.easyStar.disableCornerCutting();
|
||||
|
||||
this.grid = collisionsGrid;
|
||||
this.tileDimensions = tileDimensions;
|
||||
|
Loading…
Reference in New Issue
Block a user