// Start is called before the first frame update
 void Start()
 {
     // set references
     eTiles = EnvironmentTiles_3d.instance;
     // generate the map
     GenerateMap();
     eTiles.SetNeighborsForTiles();
 }