I want to move an entity towards another entity BUT not by the standard method with vec_diff(...) , vec_to_angle(...) and then c_move(...)
I want an ORIENTED sprite which can move in all directions BUT it is always rotated towards the camera
Help pls