Initial Commit

This commit is contained in:
2025-08-07 15:19:43 +02:00
parent 2382451e9f
commit 6f82b2c7b9
25 changed files with 85 additions and 5 deletions

View File

@ -0,0 +1,26 @@
; 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="PROJECT"
config/features=PackedStringArray("4.4", "GL Compatibility")
config/icon="res://icon.svg"
[autoload]
Global="*res://content/global/global.gd"
Events="*res://content/global/events.gd"
Enums="*res://content/global/enums.gd"
[rendering]
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"