summaryrefslogtreecommitdiff
path: root/Penguloon/Penguloon.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Penguloon/Penguloon.csproj')
-rw-r--r--Penguloon/Penguloon.csproj4
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" />