summaryrefslogtreecommitdiff
path: root/Penguloon/Penguloon.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Penguloon/Penguloon.csproj')
-rw-r--r--Penguloon/Penguloon.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/Penguloon/Penguloon.csproj b/Penguloon/Penguloon.csproj
index 4fe58f9..fb68443 100644
--- a/Penguloon/Penguloon.csproj
+++ b/Penguloon/Penguloon.csproj
@@ -70,8 +70,11 @@
<Compile Include="Enemies\EnemyBase.cs" />
<Compile Include="Enemies\RedBalloon.cs" />
<Compile Include="Levels\WaveManager.cs" />
+ <Compile Include="Objects\CannonObject.cs" />
+ <Compile Include="Objects\GoldPenguinObject.cs" />
<Compile Include="Objects\ObjectBase.cs" />
<Compile Include="Objects\PenguinObject.cs" />
+ <Compile Include="Projectiles\CannonballProjectile.cs" />
<Compile Include="Projectiles\ProjectileBase.cs" />
<Compile Include="Projectiles\SnowballProjectile.cs" />
<Compile Include="Scenes\GameScene.cs" />