Man, I am really struggling with RigidBody2Ds
. In this case I have a RigidBody2D
as a child of a Node2D
. The Node2D
is rotating and the RigidBody2D
with it, that's fine. However, as soon as I use apply_impulse
it just returns to it's initial rotation point, which is zero. What's happening?