How to make an Image still when at position at Slick 2D?
- by SystemNetworks
For example, I want to put a building down. if I press 2, it will show the building near the character and it is moving with my character. I have done that. Now I wanted to know how do i put it down and stop following my character?
I have something called shiftX and shiftY (Which is the position of my character)
And my character looks like it is moving because the map and images itself is moving which i call, probePositionX and probePositionY.