diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2018-01-18 11:04:53 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2018-01-18 11:04:53 +0100 |
| commit | 2cb22a74aed80e2cce68f16b0821a690c7c05b7a (patch) | |
| tree | 6a7a254662ebf795358d971f271e7a7f41484bb6 /Penguloon/Objects | |
| parent | aa6972a5d052d1f57dfda3dadb79fcd5d8ded30b (diff) | |
new levels, auto round start
Diffstat (limited to 'Penguloon/Objects')
| -rw-r--r-- | Penguloon/Objects/CannonObject.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Penguloon/Objects/CannonObject.cs b/Penguloon/Objects/CannonObject.cs index 01afab8..e75639b 100644 --- a/Penguloon/Objects/CannonObject.cs +++ b/Penguloon/Objects/CannonObject.cs @@ -63,7 +63,7 @@ namespace Penguloon.Objects public override void SpawnUnique() { - Projectiles.Add(new SnowballProjectile(this, this.Rotation, extraPops)); + Projectiles.Add(new CannonballProjectile(this, this.Rotation, extraPops)); } } }
\ No newline at end of file |
