57 lines
1.1 KiB
Plaintext
57 lines
1.1 KiB
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
|
|
|
|
[application]
|
|
|
|
config/name="scavgame"
|
|
config/version="1.0.0"
|
|
run/main_scene="uid://cjwfyvtoeaqid"
|
|
config/use_custom_user_dir=true
|
|
config/custom_user_dir_name="Astronand/scavgamedemo"
|
|
config/features=PackedStringArray("4.7")
|
|
boot_splash/show_image=false
|
|
config/icon="res://icon.svg"
|
|
|
|
[autoload]
|
|
|
|
Console="*uid://ouiu5xh1cs8n"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=1920
|
|
window/size/viewport_height=1080
|
|
window/size/borderless=true
|
|
|
|
[dotnet]
|
|
|
|
project/assembly_name="Scavenger"
|
|
|
|
[editor_plugins]
|
|
|
|
enabled=PackedStringArray("res://addons/console/plugin.cfg")
|
|
|
|
[layer_names]
|
|
|
|
3d_physics/layer_1="Physics"
|
|
3d_physics/layer_2="Player"
|
|
|
|
[physics]
|
|
|
|
2d/run_on_separate_thread=true
|
|
3d/run_on_separate_thread=true
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="gl_compatibility"
|
|
|
|
[webrtc]
|
|
|
|
default_extension="res://addons/webrtc_native/webrtc_native.gdextension"
|