How to make an Image still when at position at Slick 2D?

Posted by SystemNetworks on Game Development See other posts from Game Development or by SystemNetworks
Published on 2012-09-19T13:11:38Z Indexed on 2012/09/19 21:51 UTC
Read the original article Hit count: 143

Filed under:
|

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.

© Game Development or respective owner

Related posts about 2d

Related posts about java