Add initial godot files

This commit is contained in:
ced
2026-06-20 13:21:31 -05:00
parent 1e31b43ba3
commit 470304620b
6 changed files with 62 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
; 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="Dart Game"
config/features=PackedStringArray("4.3", "Mobile")
config/icon="res://icon.svg"
[rendering]
renderer/rendering_method="mobile"