We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7befd7c commit 9db5266Copy full SHA for 9db5266
2d/physics_tests/tests/functional/test_joints.gd
@@ -113,6 +113,7 @@ func _create_joint() -> void:
113
parent_body.gravity_scale = 0.0
114
child_body.gravity_scale = 0.0
115
else:
116
+ parent_body.freeze_mode = RigidBody2D.FREEZE_MODE_KINEMATIC
117
parent_body.freeze = true
118
if _change_positions:
119
root.add_child(parent_body)
3d/physics_tests/tests/functional/test_joints.gd
+ parent_body.freeze_mode = RigidBody3D.FREEZE_MODE_KINEMATIC
0 commit comments