diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2017-12-14 23:35:47 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2017-12-14 23:35:47 +0100 |
| commit | a42938d1553565e3d864fa46c04401bbb6f8d13f (patch) | |
| tree | 24a24a3bd7eb01607c30e176ee0fcaf4e912a277 /Penguloon/Penguloon.csproj | |
| parent | 98fb0bdcf3fb02f68f07a72cab211debb827e978 (diff) | |
New balloons & sounds. Objects can now shoot projectiles.
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 f353077..4fe58f9 100644 --- a/Penguloon/Penguloon.csproj +++ b/Penguloon/Penguloon.csproj @@ -66,11 +66,14 @@ <Compile Include="ContentPathManager.cs" /> <Compile Include="Controls\Button.cs" /> <Compile Include="Controls\ControlBase.cs" /> + <Compile Include="Enemies\BlueBalloon.cs" /> <Compile Include="Enemies\EnemyBase.cs" /> <Compile Include="Enemies\RedBalloon.cs" /> <Compile Include="Levels\WaveManager.cs" /> <Compile Include="Objects\ObjectBase.cs" /> <Compile Include="Objects\PenguinObject.cs" /> + <Compile Include="Projectiles\ProjectileBase.cs" /> + <Compile Include="Projectiles\SnowballProjectile.cs" /> <Compile Include="Scenes\GameScene.cs" /> <Compile Include="Controls\LevelSelector.cs" /> <Compile Include="Enums.cs" /> |
