Adds initial project setup and configuration
Initializes the Godot project with basic configuration files. This includes: - EditorConfig for code style consistency. - Git attributes for line ending normalization. - Git ignore for Godot specific files. - A default project icon. - Initial project settings.
This commit is contained in:
parent
80028e1941
commit
93f204a868
6 changed files with 62 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="Nature Sim"
|
||||
config/features=PackedStringArray("4.4", "Forward Plus")
|
||||
config/icon="res://icon.svg"
|
||||
Loading…
Add table
Add a link
Reference in a new issue