diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2017-12-14 16:39:16 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2017-12-14 16:39:16 +0100 |
| commit | ff30178f505c69bc70b0770a3220ebd6d4706c74 (patch) | |
| tree | f51c85aa9b7728af5e79c26abd9de47228d888fa /Penguloon/Levels/WaveManager.cs | |
| parent | 60e8e48047e774a711fee35dfc58a7be993c3d88 (diff) | |
dab
Diffstat (limited to 'Penguloon/Levels/WaveManager.cs')
| -rw-r--r-- | Penguloon/Levels/WaveManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Penguloon/Levels/WaveManager.cs b/Penguloon/Levels/WaveManager.cs index 1a425a1..d3d27d6 100644 --- a/Penguloon/Levels/WaveManager.cs +++ b/Penguloon/Levels/WaveManager.cs @@ -26,7 +26,7 @@ namespace Penguloon.Levels private void CreateWaves() { - Waves.Add(new Wave(new List<Tuple<Type, int>>() { new Tuple<Type, int>(typeof(RedBalloon), 5) }, 500)); + Waves.Add(new Wave(new List<Tuple<Type, int>>() { new Tuple<Type, int>(typeof(RedBalloon), 1) }, 500)); } public void StartSpawningEnemies() |
