Ejemplo n.º 1
0
 void Start()
 {
     PopulateTiles();
     pathFinder = GetComponent<PathFinder>();
     pathFinder.LoadTileSet(AllTiles);
     NextTile.assignStartingTile();
 }