BeltTest/project.godot

34 lines
702 B
Text
Raw Permalink Normal View History

2025-06-10 19:16:45 +02:00
; 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"
2025-06-14 20:27:23 +02:00
config/version="0.0.1"
2025-06-10 19:16:45 +02:00
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"