Godot-Moddable-Template/project.godot
lucastucious 7f4fe92271
Example project
# Conflicts:
#	.gitignore
2025-07-24 10:30:49 +02:00

19 lines
460 B
Text

; 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]
run/main_scene="uid://duto8i2373vdn"
config/features=PackedStringArray("4.4")
[autoload]
ModLoader="*res://autoload/ModLoader.gd"
ContentRegistry="*res://autoload/ContentRegistry.gd"