diff options
Diffstat (limited to 'Penguloon/Penguloon.csproj')
| -rw-r--r-- | Penguloon/Penguloon.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Penguloon/Penguloon.csproj b/Penguloon/Penguloon.csproj index c06358a..f353077 100644 --- a/Penguloon/Penguloon.csproj +++ b/Penguloon/Penguloon.csproj @@ -69,6 +69,8 @@ <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="Scenes\GameScene.cs" /> <Compile Include="Controls\LevelSelector.cs" /> <Compile Include="Enums.cs" /> |
