Big brain time

This commit is contained in:
Steven Long
2023-07-15 15:31:19 -07:00
parent 9fe56cd75f
commit 615847e96e
11 changed files with 167 additions and 97 deletions

9
Sandbox.csproj.old Normal file
View File

@@ -0,0 +1,9 @@
<Project Sdk="Godot.NET.Sdk/4.0.3">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<ItemGroup>
<Folder Include="Scenes\" />
</ItemGroup>
</Project>