Switch to Jolt physics

This commit is contained in:
blujai831 2025-04-06 16:28:07 -07:00
parent 7314d5081a
commit c203e3e4b8
No known key found for this signature in database
GPG Key ID: DDC31A0363AA5E66
2 changed files with 5 additions and 1 deletions

View File

@ -332,7 +332,7 @@ func _enforce_certain_properties() -> void:
physics_material_override = PhysicsMaterial.new()
physics_material_override.friction = 0.0
can_sleep = false
lock_rotation = true
lock_rotation = false
freeze_mode = FREEZE_MODE_STATIC
custom_integrator = false
continuous_cd = true

View File

@ -186,6 +186,10 @@ pause={
]
}
[physics]
3d/physics_engine="Jolt Physics"
[rendering]
renderer/rendering_method="gl_compatibility"