Cheered too soon :(
func _physics_process(delta):
$RigidBody2D/Sprite.rotation = $RigidBody2D.linear_velocity.angle()
That's what i did. It works for the first few bounces. but soon the sprite isn't pointing at the correct direction anymore.
Here a Video of the problem:
And here what it looks like when it bounced for a few Minutes: