diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2017-12-22 20:30:25 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2017-12-22 20:30:25 +0100 |
| commit | 1276593bfbbfcdbac24b48cf8b574da25945d763 (patch) | |
| tree | 3d9e8a4153b5b369184b7c7de55461bd1573d30a /Penguloon/Penguloon.csproj | |
| parent | 12c565cbb7208b44bd7654289bbac2824901f118 (diff) | |
ZULUL
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 8e3e22a..4e8ed6c 100644 --- a/Penguloon/Penguloon.csproj +++ b/Penguloon/Penguloon.csproj @@ -65,7 +65,10 @@ <Compile Include="ContentManager.cs" /> <Compile Include="ContentPathManager.cs" /> <Compile Include="Controls\Button.cs" /> + <Compile Include="Controls\ButtonIngame.cs" /> <Compile Include="Controls\ControlBase.cs" /> + <Compile Include="Controls\ObjectSelector.cs" /> + <Compile Include="Controls\SpeedButton.cs" /> <Compile Include="Enemies\BlueBalloon.cs" /> <Compile Include="Enemies\DarkRainbowBalloon.cs" /> <Compile Include="Enemies\EnemyBase.cs" /> |
