Guards don't contact the player anymore and people continue chasing the guards
This commit is contained in:
@@ -83,7 +83,7 @@ function nearestWalkableTile(spr)
|
|||||||
(y == starty) ||
|
(y == starty) ||
|
||||||
(y == endy) ) {
|
(y == endy) ) {
|
||||||
console.log(pathfinder_grid);
|
console.log(pathfinder_grid);
|
||||||
if ( pathfinder_grid.nodes[x][y].walkable == true ) {
|
if ( pathfinder_grid.nodes[y][x].walkable == true ) {
|
||||||
console.log([x, y]);
|
console.log([x, y]);
|
||||||
return [x, y];
|
return [x, y];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user