NAT Godot Playground click-and-drag proof of concept

This commit is contained in:
2023-02-10 07:07:00 -07:00
parent e43e5c444b
commit a943890e2b
9 changed files with 162 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nat-godot-playground", "nat-godot-playground.csproj", "{8A39B658-D6F9-4C5F-A2C3-1AFC696ED561}"
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
{8A39B658-D6F9-4C5F-A2C3-1AFC696ED561}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A39B658-D6F9-4C5F-A2C3-1AFC696ED561}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A39B658-D6F9-4C5F-A2C3-1AFC696ED561}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU
{8A39B658-D6F9-4C5F-A2C3-1AFC696ED561}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU
{8A39B658-D6F9-4C5F-A2C3-1AFC696ED561}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU
{8A39B658-D6F9-4C5F-A2C3-1AFC696ED561}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU
EndGlobalSection
EndGlobal