2022-02-22 13:54:25 +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
|
|
|
|
|
2022-10-16 05:33:38 +02:00
|
|
|
config_version=5
|
2022-02-22 13:54:25 +01:00
|
|
|
|
|
|
|
[application]
|
|
|
|
|
|
|
|
config/name="gdfxr"
|
|
|
|
run/main_scene="res://example/Example.tscn"
|
2022-10-16 05:33:38 +02:00
|
|
|
config/features=PackedStringArray("4.0")
|
2022-02-22 13:54:25 +01:00
|
|
|
config/icon="res://icon.png"
|
|
|
|
|
|
|
|
[editor_plugins]
|
|
|
|
|
2022-10-16 05:33:38 +02:00
|
|
|
enabled=PackedStringArray("res://addons/gdfxr/plugin.cfg")
|