initialized godot project

This commit is contained in:
2025-03-21 09:33:40 -04:00
parent 0375dc90e8
commit c597bcb34e
14 changed files with 74 additions and 1 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="Hold It"
run/main_scene="uid://v7vh1typhj0k"
config/features=PackedStringArray("4.4", "Forward Plus")
config/icon="res://icon.svg"