Explosion particles now

This commit is contained in:
2024-11-03 22:13:01 -08:00
parent cbfd83e9e2
commit 7f7596e0c4
4 changed files with 4993 additions and 6 deletions

View File

@@ -73,6 +73,7 @@ public class GameState : MonoBehaviour
wave++;
}
public GameObject SpawnRatbot() {
return creeper;
// TODO: Convert this mess into a switch case
if (counts[(uint)CountIndex.gunThrower] < wave/3
&& wave > 2