Tagged Questions
0
votes
1answer
297 views
How to make slick2d resizable
Hey guys I was wondering if there was a way to make slick2d resizable by the user.(I have researched this and only found out how to make the program resizable within the program)
Here is my code and ...
1
vote
2answers
707 views
With Slick2D, how to change the resolution during gameplay?
I am developing a tile-based strategy game using Java and the Slick2D API.
So far so good, but I've come to a standstill on my options menu. I have plans for the user to be able to change the ...
0
votes
1answer
357 views
texture not loading properly slick java
texture is not loading properly it has lines and it is backwards. what is wrong.
EDIT: I chopped some irrelevant code off so some things may look weird.
package package01;
import ...