I have a player so with a physics body as a circle.
Think of it as having a flappy bird as SKNode with a circle as physics body. Now every time I apply an impulse I want the physics body to rotate but I want do not want the bird to rotate
I am using physicsbody.allowrotation = true but this rotates the node (bird) as well. I want the bird to not rotate but the physics body should rotate.