I am making a top down shooter like the ghost shooter demo, I have set the mouse sprite as a squared crosshair, the player's angle, wich is a spaceship, follows the mouse, but I'm trying to make it so that the crosshairs flat side follow the player as well, so my crosshair's south side is aways facing the player.
I have managed to do that by rotating the crosshair angle 360 degrees towards the player but that only works with the crosshair sprite and not with the crosshair that is bound to the mouse position.
imgur.com/hRb2fOx
As you can see the left crosshair, that is not following the cursor, is the raw sprite and it is exactly the players angle, and the right crosshair is the mouse cursor with is not following the players angle.