Godot-Moddable-Template/project.godot

20 lines
460 B
Text
Raw Permalink Normal View History

; 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"