FPS game progress

This commit is contained in:
2023-07-24 22:16:01 -07:00
parent c355547a0d
commit d098cfb017
19 changed files with 533 additions and 3 deletions

View File

@@ -3,4 +3,7 @@
<TargetFramework>net6.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<ItemGroup>
<Folder Include="Scenes\" />
</ItemGroup>
</Project>