TO SQUASH: More shark.

This commit is contained in:
2026-08-10 23:04:48 -04:00
parent 14aa42696e
commit d15c7002a8
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ public class SharkSpawner : MonoBehaviour
private bool isActive = true;
private static float spawnProbability = 0.1f;
private static float spawnProbability = 0.9f;
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()