Hi there!
I am creating my first 2D Project with 8-way movement and i am at a point where i have no clue what i need to do.
I've used the basic 8-way script from godot documentation and now i want to add the angles/directions as seen in this link:
https://github.com/godotengine/godot-proposals/issues/566#issuecomment-596266660
The marked post comes with an example-project but this one uses the mouse-position to identify the direction (i guess).
Some things feel natural to me, but this i don't get.
I've uploaded both scripts here.
Can you give me a little help please?