Scaffold GDExtension template

This commit is contained in:
2026-03-13 23:58:40 -04:00
commit b13fb52e40
12 changed files with 176 additions and 0 deletions

19
demo/project.godot Normal file
View File

@@ -0,0 +1,19 @@
; Engine configuration file.
; It's best edited using the editor UI and not directly,
; since the parameters that go here are not all obvious.
;
; Format:
; [section] ; section goes between []
; param=value ; assign values to parameters
config_version=5
[application]
config/name="demo"
config/features=PackedStringArray("26.1", "Forward Plus", "Redot")
config/icon="res://icon.svg"
[dotnet]
project/assembly_name="demo"