24 lines
608 B
Text
24 lines
608 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]
|
|
|
|
run/main_scene="res://godot/App.tscn"
|
|
config/features=PackedStringArray("4.3")
|
|
boot_splash/bg_color=Color(0.988235, 0.94902, 0.94902, 1)
|
|
boot_splash/show_image=false
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=500
|
|
window/size/viewport_height=500
|
|
window/size/resizable=false
|
|
window/size/always_on_top=true
|
|
window/size/extend_to_title=true
|