33 lines
799 B
Text
33 lines
799 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="whydt"
|
|
run/main_scene="uid://brs37lcvmx2h5"
|
|
config/features=PackedStringArray("4.4", "Forward Plus")
|
|
run/low_processor_mode=true
|
|
boot_splash/show_image=false
|
|
boot_splash/fullsize=false
|
|
boot_splash/use_filter=false
|
|
config/icon="res://icon.svg"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=1280
|
|
window/size/viewport_height=720
|
|
window/size/borderless=true
|
|
window/size/transparent=true
|
|
window/per_pixel_transparency/allowed=true
|
|
display_server/driver.linuxbsd="wayland"
|
|
|
|
[rendering]
|
|
|
|
viewport/transparent_background=true
|