diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2018-01-16 22:56:47 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2018-01-16 22:56:47 +0100 |
| commit | f03a7cf3e3beab8964cd142ce64fd6dc3cd0735f (patch) | |
| tree | 38f2a23fc4c46a8aef415cbbb9af8081c9057173 /Penguloon/Penguloon.csproj | |
| parent | 5de3254aa0d6f69dbb6e08ddd699c3f78797be3b (diff) | |
started working on object selling
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 2181059..bb13d69 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\ButtonUpgradeMenu.cs" /> <Compile Include="Controls\ButtonReset.cs" /> <Compile Include="Controls\Button.cs" /> <Compile Include="Controls\ButtonIngame.cs" /> @@ -74,6 +75,7 @@ <Compile Include="Controls\MessageBox.cs" /> <Compile Include="Controls\ObjectSelector.cs" /> <Compile Include="Controls\SpeedButton.cs" /> + <Compile Include="Controls\UpgradeMenu.cs" /> <Compile Include="Enemies\BlueBalloon.cs" /> <Compile Include="Enemies\DarkRainbowBalloon.cs" /> <Compile Include="Enemies\EnemyBase.cs" /> |
