Fix: Remove the 5s cooldown of the spawner
This commit is contained in:
@@ -25,7 +25,7 @@ public class Spawner : MonoBehaviour
|
||||
|
||||
private void Start()
|
||||
{
|
||||
InvokeRepeating(nameof(SpawnWave), 5f, 5f);
|
||||
InvokeRepeating(nameof(SpawnWave), 0f, 5f);
|
||||
}
|
||||
|
||||
private void OnDrawGizmos()
|
||||
|
||||
Reference in New Issue
Block a user