This commit is contained in:
Taevas 2025-02-22 17:16:30 +01:00
parent 6a31ab76b8
commit 3b56cd4c81
30 changed files with 352 additions and 173 deletions

View file

@ -14,7 +14,7 @@ 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"
run/main_scene="res://index.tscn"
run/main_scene="res://levels/base/level.tscn"
config/features=PackedStringArray("4.3", "GL Compatibility")
boot_splash/show_image=false
config/icon="res://icon.svg"
@ -25,7 +25,14 @@ buses/default_bus_layout=""
[physics]
3d/run_on_separate_thread=true
common/physics_ticks_per_second=120
common/max_physics_steps_per_frame=20
3d/physics_engine="GodotPhysics3D"
3d/default_gravity=10.0
3d/solver/solver_iterations=40
3d/solver/default_contact_bias=1.0
common/physics_interpolation=true
[rendering]