DreamBall/project.godot

41 lines
1.1 KiB
Text
Raw Normal View History

2025-02-21 15:59:01 +01: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="AlakajamEntry"
config/description="I'm Taevas, and this is my entry for the 21st edition of \"Alakajam!\", a gamejam that lasts for 48 hours that starts on 2025-02-21 19:00UTC
https://alakajam.com/21st-alakajam"
config/version="20250221.0"
2025-02-22 17:16:30 +01:00
run/main_scene="res://levels/base/level.tscn"
2025-02-21 15:59:01 +01:00
config/features=PackedStringArray("4.3", "GL Compatibility")
boot_splash/show_image=false
config/icon="res://icon.svg"
2025-02-21 21:47:35 +01:00
[audio]
buses/default_bus_layout=""
2025-02-22 00:19:28 +01:00
[physics]
2025-02-22 17:16:30 +01:00
3d/run_on_separate_thread=true
common/physics_ticks_per_second=120
common/max_physics_steps_per_frame=20
3d/physics_engine="GodotPhysics3D"
2025-02-22 19:46:19 +01:00
3d/default_gravity=1.0
2025-02-22 17:16:30 +01:00
3d/solver/solver_iterations=40
3d/solver/default_contact_bias=1.0
common/physics_interpolation=true
2025-02-22 00:19:28 +01:00
2025-02-21 15:59:01 +01:00
[rendering]
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"