Flashlight and basic character controls

This commit is contained in:
Иван Кузьменко 2023-08-14 23:46:21 +03:00
parent 70d322e276
commit 3832a05c1b
16 changed files with 258 additions and 4 deletions

19
1bit-game-jam.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}") = "1bit-game-jam", "1bit-game-jam.csproj", "{C33BED68-271C-4720-9764-1F965577E38A}"
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
{C33BED68-271C-4720-9764-1F965577E38A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C33BED68-271C-4720-9764-1F965577E38A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C33BED68-271C-4720-9764-1F965577E38A}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU
{C33BED68-271C-4720-9764-1F965577E38A}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU
{C33BED68-271C-4720-9764-1F965577E38A}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU
{C33BED68-271C-4720-9764-1F965577E38A}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU
EndGlobalSection
EndGlobal