Spruce-Basin/engine/project.godot
Aidan Mullen e8cab54af4 Design basic UI layout
Design a basic layout for the main menu, which will be modified later to create a more complete menu.
2024-05-04 21:08:50 -04:00

24 lines
584 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://environment.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"