First, I new to Godot. So I make a simple top-down game and I have one thing that still confuses me. Let's say I have a Player Node that have an area2D and I want when my enemies heading to my area and I press button, my Player can dash into the target. But I don't get it how to code that thing. How can I get the enemy position and how can I dash to enemy position?