init
This commit is contained in:
+16
-1
@@ -11,21 +11,32 @@ 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"
|
||||
@@ -38,4 +49,8 @@ project/assembly_name="Scavenger"
|
||||
|
||||
[rendering]
|
||||
|
||||
renderer/rendering_method="mobile"
|
||||
renderer/rendering_method="gl_compatibility"
|
||||
|
||||
[webrtc]
|
||||
|
||||
default_extension="res://addons/webrtc_native/webrtc_native.gdextension"
|
||||
|
||||
Reference in New Issue
Block a user