feat(laser): created laser object

Created laser object without any collision detection
This commit is contained in:
2024-01-09 12:26:42 +01:00
parent 0fed252afd
commit 9b0a7a78bb
10 changed files with 103 additions and 27 deletions
+2
View File
@@ -134,11 +134,13 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="Inputs.cpp" />
<ClCompile Include="Laser.cpp" />
<ClCompile Include="main.cpp" />
<ClCompile Include="Player.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="Inputs.h" />
<ClInclude Include="Laser.h" />
<ClInclude Include="main.h" />
<ClInclude Include="Player.h" />
</ItemGroup>