@@ -174,7 +174,7 @@ public partial class Map : TileMapLayer
_astar.Update();
for (int i = 0; i < _cells.Count; i++)
{
_astar.SetPointWeightScale(_cells[i], _cells[i].Y * 2);
_astar.SetPointWeightScale(_cells[i], Math.Abs(_cells[i].Y * 2));
}
EvaluateSolidCells();
The note is not visible to the blocked user.