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,6 @@
<Project Sdk="Godot.NET.Sdk/3.3.0">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<RootNamespace>natgodotplayground</RootNamespace>
</PropertyGroup>
</Project>