Spruce-Basin/engine/project.godot
Aidan C. Mullen d03cc272be Add material project file
Add material resources for work-in-progress concrete with puddles.
2025-03-06 22:43:21 -05:00

32 lines
677 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="Spruce-Basin"
run/main_scene="res://title.tscn"
config/features=PackedStringArray("4.4", "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"
[filesystem]
import/blender/enabled=false
[physics]
3d/physics_engine="JoltPhysics3D"