Initial Commit.

This commit is contained in:
jeremy.becker
2025-09-09 08:32:17 +02:00
commit 63fb84a42c
14 changed files with 138 additions and 0 deletions

6
NewScript.cs Normal file
View File

@@ -0,0 +1,6 @@
using Godot;
using System;
public partial class NewScript : Node
{
}