Sorry if I was not clear. My question was meant to understand how can I get the sprite currently playing in the animation player.
If the animation "running" has 5 frames, and it is right now on the third frame, how can I get the third frame in the form of a Sprite object?
I was looking for something like:
$AnimationPlayer.getcurrentframe_sprite()