2023-02-05 13:37:24 +01:00
|
|
|
; 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="TestGDExtension"
|
2023-02-16 21:57:27 +01:00
|
|
|
run/main_scene="res://TestGDExtension.tscn"
|
2023-06-11 12:42:47 +02:00
|
|
|
config/features=PackedStringArray("4.1", "Forward Plus")
|
2023-02-05 13:37:24 +01:00
|
|
|
config/icon="res://icon.svg"
|
2023-02-12 12:51:05 +01:00
|
|
|
|
|
|
|
[dotnet]
|
|
|
|
|
|
|
|
project/assembly_name="TestGDExtension"
|