I am making a side scrolling game and i was wondering what is the bet way to make it so i can turn around and shoot while still beilng able to shoot forward??
Just get a script on the sprite which is doing the shooting, and make it so that if you press a button it points in -90 direction and if another button is pressed make it point in the 90 direction.