This site requires JavaScript, please enable it in your browser!
Greenfoot back
Spilli
Spilli wrote ...

2012/10/18

Isometric Sprite Positioning

Spilli Spilli

2012/10/18

#
Hey, I'm currently developing an isometric game and I'm out of ideas on how to make my object sprites centered within the tile it currently is placed on. Please take in mind these sprites vary upon size.
MatheMagician MatheMagician

2012/10/18

#
You could use the GreenfootImage methods getWidth() and getHeight() and then perform your calculations with them.
You need to login to post a reply.