glowlings/project.godot
Dan 3fa6393643 Introduced .gitattributes and .gitignore files
Added .gitattributes file to normalize EOL for all text files. Introduced a new .gitignore file with Godot 4+ specific ignores. Also, added an SVG icon and its import configuration. Created a new project.godot file with basic engine configuration including application name, features, and icon path.
2024-05-31 13:54:00 +01:00

15 lines
385 B
Text

; 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="Glowlings"
config/features=PackedStringArray("4.2", "Forward Plus")
config/icon="res://icon.svg"