ASTAR WORKS WITH H0

AAAAAAAAAAAAAAAAAAAAAJHH
This commit is contained in:
Simon O'Shea
2023-08-09 08:56:20 -04:00
parent ce148072ef
commit ea904845a7
3 changed files with 285 additions and 15 deletions
@@ -22,8 +22,8 @@ public class Main : MonoBehaviour
void Start()
{
// Create world
int width = 5;
int height = 5;
int width = 4;
int height = 4;
float cellSize = 10f;
Vector3 origin = new Vector3(-10, -10);