Add dist.sh script to automatically build and create project template, Update README
This commit is contained in:
parent
5a8a6e4c61
commit
6bb6b8b768
7 changed files with 64 additions and 6 deletions
16
examples/project.godot
Normal file
16
examples/project.godot
Normal file
|
@ -0,0 +1,16 @@
|
|||
; 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="Fragmented Project"
|
||||
config/features=PackedStringArray("4.3", "Forward Plus")
|
||||
config/icon=""
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue