diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2017-12-19 10:38:30 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2017-12-19 10:38:30 +0100 |
| commit | 42671ab55f65af3ace94c50263b16898d32ac692 (patch) | |
| tree | c729f98c208be07836a715d065162de7b2509289 /Penguloon/Penguloon.csproj | |
| parent | a42938d1553565e3d864fa46c04401bbb6f8d13f (diff) | |
yos
Diffstat (limited to 'Penguloon/Penguloon.csproj')
| -rw-r--r-- | Penguloon/Penguloon.csproj | 3 |
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" /> |
