This commit is contained in:
Manuel Erdmann 2025-06-10 19:16:45 +02:00
commit 94bfe2754e
107 changed files with 2557 additions and 0 deletions

32
project.godot Normal file
View file

@ -0,0 +1,32 @@
; 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"