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.
This commit is contained in:
parent
a44a70fdd1
commit
3fa6393643
5 changed files with 57 additions and 0 deletions
15
project.godot
Normal file
15
project.godot
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
; 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue