Add empty Godot frontend shell

This commit is contained in:
2026-05-12 20:20:36 +02:00
parent 672f055a80
commit c38a9670ba
8 changed files with 45 additions and 4 deletions

6
NuGet.config Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="GodotSharpLocal" value="..\Godot_v4.5.1-stable_mono_win64\GodotSharp\Tools\nupkgs" />
</packageSources>
</configuration>