Basic movement demo

This commit is contained in:
2023-09-02 00:55:35 -07:00
parent 9dac81407b
commit 955f9d307c
22 changed files with 3286 additions and 1 deletions

19
GameJam2023.sln Normal file
View File

@@ -0,0 +1,19 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GameJam2023", "GameJam2023.csproj", "{3B4A9BC2-CE18-43D8-86F2-32E21A4BEAA2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
ExportDebug|Any CPU = ExportDebug|Any CPU
ExportRelease|Any CPU = ExportRelease|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3B4A9BC2-CE18-43D8-86F2-32E21A4BEAA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B4A9BC2-CE18-43D8-86F2-32E21A4BEAA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B4A9BC2-CE18-43D8-86F2-32E21A4BEAA2}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU
{3B4A9BC2-CE18-43D8-86F2-32E21A4BEAA2}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU
{3B4A9BC2-CE18-43D8-86F2-32E21A4BEAA2}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU
{3B4A9BC2-CE18-43D8-86F2-32E21A4BEAA2}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU
EndGlobalSection
EndGlobal