Files
godot-cpp-template/project/project.godot
Patrick Exner f7b7820a8e Rename demo folder to project for generalizing the template usecase
Renames all references to the demo folder and changes it to "project"
2026-01-09 21:24:57 +01:00

16 lines
394 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="godot cpp template"
config/features=PackedStringArray("4.1", "Forward Plus")
config/icon="res://icon.svg"