BeltTest/project.godot
Manuel Erdmann 94bfe2754e 🎉
2025-06-10 19:16:45 +02:00

32 lines
679 B
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="Belts"
run/main_scene="uid://bpribijel28v7"
config/features=PackedStringArray("4.4", "Mobile")
config/icon="res://icon.svg"
[display]
window/size/viewport_width=1280
window/size/viewport_height=720
window/stretch/mode="viewport"
[physics]
common/physics_ticks_per_second=20
common/physics_jitter_fix=0.0
common/physics_interpolation=true
[rendering]
renderer/rendering_method="mobile"