GDExtensionTemplate/project.godot
somebody_master d8f6af2001
Change project name
Signed-off-by: somebody_master <somebody_master@somebodyserver.mooo.com>
2023-06-21 22:22:47 +02:00

21 lines
490 B
Plaintext

; 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="GDExtensionTemplate"
run/main_scene="res://TestGDExtension.tscn"
config/features=PackedStringArray("4.1", "Forward Plus")
config/icon="res://icon.svg"
[dotnet]
project/assembly_name="TestGDExtension"