fixed platform spiral height offset

This commit is contained in:
nexovec 2022-01-29 19:00:42 +01:00
parent 9f33459578
commit f5090d77f7
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public class ProceduralGeneration : MonoBehaviour
List<GameObject> drawLoop(GameObject lastObject, GameObject objToSpawn)
{
// configuration:
float heightOffset = 5f;
float heightOffset = 10f;
float horizontalDistancePerPlatform = 60;
//