Spruce-Basin/engine/project.godot
Aidan C. Mullen 3c4b098637 Update base
Update engine to 4.3 and replace icon.
2025-03-01 09:41:01 -05:00

28 lines
626 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="ASFOS"
run/main_scene="res://title.tscn"
config/features=PackedStringArray("4.3", "Forward Plus")
boot_splash/bg_color=Color(0, 0, 0, 1)
boot_splash/show_image=false
config/icon="res://icon.svg"
[display]
window/size/mode=4
window/stretch/mode="canvas_items"
window/stretch/aspect="expand"
[physics]
3d/physics_engine="JoltPhysics3D"