How can I ease the work of getting pixel coordinates from a spritesheet?

Posted by ThePlan on Game Development See other posts from Game Development or by ThePlan
Published on 2012-10-08T07:36:57Z Indexed on 2012/10/08 9:48 UTC
Read the original article Hit count: 204

Filed under:
|
|

When it comes to spritesheets they're usually easier to use, and they're very efficient memory-wise, but the problem that I'm always having is getting the actual position of a sprite from a sheet. Usually, I have to throw in some aproximated values and modify them several times until I get it right.

My question: is there a tool which can basically show you the coordinates of the mouse relative to the image you have opened? Or is there a simpler method of getting the exact rectangle that the sprite is contained in?

© Game Development or respective owner

Related posts about sprites

Related posts about tools