I'm new to Godot and want to add an enemy that shoots bullets at the player. I have the coordinates of the player ($"/root/Global".player.get_position()), but I am not sure how to translate that into a direction toward the player. Any help is appreciated.