Spruce-Basin/engine/project.godot
Aidan Mullen 197662d235 Add debug room
Add debug scene and rename environment scene to title.
2024-05-06 16:58:10 -04:00

24 lines
578 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="RTR"
run/main_scene="res://title.tscn"
config/features=PackedStringArray("4.2", "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"