chiodini/project.godot

29 lines
652 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]
config/name="chiodini"
run/main_scene="res://root.tscn"
config/features=PackedStringArray("4.3", "Forward Plus")
config/icon="res://icon.svg"
[autoload]
SceneCamera="*res://camera/scene/scene_camera.tscn"
Log="*res://utils/log/log.tscn"
[physics]
2d/physics_engine="Rapier2D"
[rendering]
environment/defaults/default_clear_color=Color(0.0627451, 0.0627451, 0.0705882, 1)