39 lines
787 B
Plaintext
39 lines
787 B
Plaintext
; 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
|
|
|
|
[accessibility]
|
|
|
|
general/accessibility_support=2
|
|
|
|
[application]
|
|
|
|
config/name="DEVICE CONTACT"
|
|
run/main_scene="res://node_2d.tscn"
|
|
config/features=PackedStringArray("4.6", "Forward Plus")
|
|
run/max_fps=30
|
|
boot_splash/bg_color=Color(0, 0, 0, 1)
|
|
boot_splash/show_image=false
|
|
config/icon="uid://bn0yf3rit1yet"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=1920
|
|
window/size/viewport_height=1080
|
|
window/size/mode=3
|
|
window/size/resizable=false
|
|
|
|
[physics]
|
|
|
|
3d/physics_engine="Jolt Physics"
|
|
|
|
[rendering]
|
|
|
|
rendering_device/driver.windows="d3d12"
|