This commit is contained in:
GamerClassN7 2022-01-29 20:37:49 +01:00
parent d45f95d3ab
commit 51c43239fc
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ public class ProceduralGeneration : MonoBehaviour
Vector3 nextBlockLocation = new Vector3(lastObject.transform.position.x, lastObject.transform.position.y, lastObject.transform.position.z + b.size.z + 1.0f);
return Instantiate(objToSpawn, nextBlockLocation, (Quaternion.identity));
}
List<GameObject> spawnSpiralOfPlatforms(GameObject lastObject, GameObject objToSpawn)