diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2017-12-14 21:13:39 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2017-12-14 21:13:39 +0100 |
| commit | 98fb0bdcf3fb02f68f07a72cab211debb827e978 (patch) | |
| tree | 494455cafaf238c6623186df821559e1f84fdebf /Penguloon/Levels/WaveManager.cs | |
| parent | ff30178f505c69bc70b0770a3220ebd6d4706c74 (diff) | |
Rotation FIXED!
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 d3d27d6..1a425a1 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), 1) }, 500)); + Waves.Add(new Wave(new List<Tuple<Type, int>>() { new Tuple<Type, int>(typeof(RedBalloon), 5) }, 500)); } public void StartSpawningEnemies() |
