Vivi movement demo

This commit is contained in:
2023-07-14 08:09:39 -07:00
parent 1e882060eb
commit 091b80e384
18 changed files with 942 additions and 1 deletions

19
Sandbox.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}") = "Sandbox", "Sandbox.csproj", "{5DAE2CF7-2349-4F8C-833E-1C0296A1B68A}"
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
{5DAE2CF7-2349-4F8C-833E-1C0296A1B68A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DAE2CF7-2349-4F8C-833E-1C0296A1B68A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DAE2CF7-2349-4F8C-833E-1C0296A1B68A}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU
{5DAE2CF7-2349-4F8C-833E-1C0296A1B68A}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU
{5DAE2CF7-2349-4F8C-833E-1C0296A1B68A}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU
{5DAE2CF7-2349-4F8C-833E-1C0296A1B68A}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU
EndGlobalSection
EndGlobal