52 lines
1.5 KiB
Text
52 lines
1.5 KiB
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"
|
|
|
|
[autoload]
|
|
|
|
SignalBus="*res://src/Singletons/signal_bus.gd"
|
|
uuid="*res://addons/uuid/uuid.gd"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=1280
|
|
window/size/viewport_height=720
|
|
window/size/borderless=true
|
|
window/size/transparent=true
|
|
window/subwindows/embed_subwindows=false
|
|
window/per_pixel_transparency/allowed=true
|
|
|
|
[editor_plugins]
|
|
|
|
enabled=PackedStringArray("res://addons/uuid/plugin.cfg")
|
|
|
|
[input]
|
|
|
|
right_click={
|
|
"deadzone": 0.2,
|
|
"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":2,"position":Vector2(94, 14),"global_position":Vector2(103, 60),"factor":1.0,"button_index":2,"canceled":false,"pressed":true,"double_click":false,"script":null)
|
|
]
|
|
}
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="gl_compatibility"
|
|
renderer/rendering_method.mobile="gl_compatibility"
|
|
viewport/transparent_background=true
|