feat(shield): added shields

This commit is contained in:
2024-01-23 11:40:46 +01:00
parent 15c745d7c0
commit d67394aaec
10 changed files with 127 additions and 10 deletions
+8
View File
@@ -70,6 +70,12 @@
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<CopyLocalDeploymentContent>true</CopyLocalDeploymentContent>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<CopyLocalDeploymentContent>true</CopyLocalDeploymentContent>
</PropertyGroup>
<PropertyGroup Label="Vcpkg">
<VcpkgEnableManifest>true</VcpkgEnableManifest>
</PropertyGroup>
@@ -137,6 +143,7 @@
<ItemGroup>
<ClCompile Include="lib\GameManager.cpp" />
<ClCompile Include="lib\Laser.cpp" />
<ClCompile Include="lib\Shield.cpp" />
<ClCompile Include="main.cpp" />
<ClCompile Include="lib\Player.cpp" />
</ItemGroup>
@@ -144,6 +151,7 @@
<ClInclude Include="include\GameManager.h" />
<ClInclude Include="include\Laser.h" />
<ClInclude Include="include\Player.h" />
<ClInclude Include="include\Shield.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">