Fixed Object Pooling and cascading

This commit is contained in:
2025-12-14 19:19:40 +08:00
parent 68046b8960
commit 95b43ed772
13 changed files with 154 additions and 40 deletions

View File

@@ -14,7 +14,7 @@ namespace ScriptableObjects {
public float bonusAmount = 0.5f;
public float bombChance = 2f;
public int dropHeight = 1;
public float gemSpeed = 7;
public float gemSpeed = 0.1f;
public float scoreSpeed = 5;
public int width;
public int height;