I want to connect two rigid bodies together using the PinJoint2D node, but I want it to work so that one object only moves if the other is moving, and it moves/rotates the exact same way as that object. Unity has something like this called a FixedJoint, and I want to know if there's a way to implement something similar in Godot.