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/Penguloon.csproj | |
| parent | aa6972a5d052d1f57dfda3dadb79fcd5d8ded30b (diff) | |
new levels, auto round start
Diffstat (limited to 'Penguloon/Penguloon.csproj')
| -rw-r--r-- | Penguloon/Penguloon.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Penguloon/Penguloon.csproj b/Penguloon/Penguloon.csproj index a5330ce..3503e27 100644 --- a/Penguloon/Penguloon.csproj +++ b/Penguloon/Penguloon.csproj @@ -65,6 +65,7 @@ <Compile Include="ContentManager.cs" /> <Compile Include="ContentPathManager.cs" /> <Compile Include="Controls\Alert.cs" /> + <Compile Include="Controls\Checkbox.cs" /> <Compile Include="Controls\MuteButton.cs" /> <Compile Include="Controls\ButtonUpgradeMenu.cs" /> <Compile Include="Controls\ButtonReset.cs" /> @@ -86,6 +87,9 @@ <Compile Include="Enemies\RainbowBalloon.cs" /> <Compile Include="Enemies\RedBalloon.cs" /> <Compile Include="Enemies\YellowBalloon.cs" /> + <Compile Include="Levels\SpaceLevel1.cs" /> + <Compile Include="Levels\SpaceLevel2.cs" /> + <Compile Include="Levels\SandLevel3.cs" /> <Compile Include="Levels\SandLevel2.cs" /> <Compile Include="Levels\SandLevel1.cs" /> <Compile Include="Levels\IceLevel3.cs" /> |
