added new car and modified difficulty

This commit is contained in:
Lorenzo
2023-01-20 01:56:37 +01:00
parent 541de85b54
commit fad3593f9f
14 changed files with 812 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ public class LevelGenerator : MonoBehaviour
public GameObject spritePrefab;
public int startPoints = 500;
public int trendChangeThreshold = 10;
public float maxHeightChange = 0;
public float maxHeightChange = 2;
public float xMultiplier = 1;
public Vector3[] points {get; private set;}