Experimenting with HaxeGodot

This commit is contained in:
2021-07-16 16:01:35 -06:00
parent 0cc67f511d
commit f3bdb8a52b
27 changed files with 2410 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<Project Sdk="Godot.NET.Sdk/3.3.0">
<PropertyGroup>
<RootNamespace>SquashtheCreeps3D</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>
</Project>