init project
Some checks are pending
Linux arm64 / Build (push) Waiting to run

This commit is contained in:
2024-08-11 19:09:17 +02:00
parent 2e2dcfb940
commit 3587a4ce1f
9 changed files with 40 additions and 9 deletions

16
godot/project.godot Normal file
View 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="Blitz3"
run/main_scene="res://main.tscn"
config/features=PackedStringArray("4.2", "Forward Plus")
config/icon="res://icon.svg"