BeltTest/project.godot
Sch1nken f1ad9f477d
All checks were successful
/ test (push) Successful in 1s
add missing version
2025-06-14 20:27:23 +02:00

33 lines
702 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"
config/version="0.0.1"
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"