Tagged Questions
0
votes
1answer
107 views
Rotate player to face objective java slick
So I am currently working on learning slick. I was doing fine until I ran into a problem. I have been trying to find a answer for a good hour and could not. So I decided to post it on here.
My ...
0
votes
0answers
108 views
Java Slick making character rotate to selected degree {resolved}
So I have run into a issue while coding my game. I am using Slick Libraries and Light Weight Java Games libraries. I am trying to make my player (Plane) go to a certain area on the map. For example if ...
0
votes
2answers
400 views
Why is my image rotating off center?
I'm using Java/Slick 2D to play with graphics and using the mouse to rotate an image. Something strange happens though: the image doesn't necessarily face the mouse. At 45 degrees from the normal line ...
2
votes
1answer
170 views
Can't get sprite to rotate correctly?
I'm attempting to play with graphics using Java/Slick 2d. I'm trying to get my sprite to rotate to wherever the mouse is on the screen and then move accordingly. I figured the best way to do this was ...