All Questions
241 questions
0 votes
1 answer
54 views
How to fix exception:Resource not found: testdata/alphamap.png?
I keep getting this exception:Resource not found: testdata/alphamap.png when trying to use Slick in my program. How can I resolve this error?
0 votes
0 answers
71 views
Why does a part of the background turn white when the image disappears? Photo attached
I have an image of a fish that I've drawn to the screen, which has a transparent background: When the ninja touches the fish, I want the fish only to disappear, without affecting the background. ...
0 votes
1 answer
469 views
Slick2D noClassDefFoundError for StateBasedGame
I'm trying to write a 2D game using slick2D, and I thought I set everything up correctly, but I'm getting this error: ...
1 vote
1 answer
86 views
Playing one song after another results in horrible grinding noise; how can I fix this?
I'm currently working on a game using slick2d java framework and I want to set it up so that the intro to a piece of music will play once, then the main body of the piece loops infinitely. I've got: <...
1 vote
1 answer
364 views
How to create post-processing effects in Slick2D?
As I get closer and closer to the end of the feature development for my game and the beginning of the graphical overhaul, I keep thinking of ideas for graphical effects that would make my game even ...
0 votes
1 answer
535 views
Issue with OpenGL texture rendering
I am developing a game in Java using LWJGL2 and Slick, and I am encountering an issue when rendering a graphic. Instead of filling the quad with the texture, it appears to be partly repeating it. The ...
1 vote
1 answer
353 views
Slick 2D Image move along with shape
I am trying to move my image along with the shape so I can make the collider with the shape (some kind of space shooter) but my image does not move along with the circle I make for it. It dissapears ...
0 votes
2 answers
189 views
Running Slick2d outside of the IDE
I am looking for advice how to solve an exception I am getting, I've looked around and seen people get the same error but most people whom had it seems to run on old graphics drivers and once they ...