This commit is contained in:
2026-09-04 12:38:53 -04:00
parent 3de654d982
commit 7c567ec9dc
59 changed files with 2355 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
; 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"
run/main_scene="uid://cjwfyvtoeaqid"
config/use_custom_user_dir=true
config/features=PackedStringArray("4.7")
boot_splash/show_image=false
config/icon="res://icon.svg"
[display]
window/size/viewport_width=1920
window/size/viewport_height=1080
[dotnet]
project/assembly_name="Scavenger"
[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="mobile"