ID:155359
 
Yes, I have a question about big icons. So, I decided to sprite a tree and use a box of 128 by 128. It's anchored to the southeast corner of the icon. I was wondering if there was anyway to move the location of the anchor. Also, if there is anyway to allow the game to work by pixel instead of 32 by 32 block, that would be very nice to know.
For pixel movement, check out forum_account's library, Pixel Movement. Try including and running right away if you want to see its effects on your game. You'll have to do a bit of learning, but it is worth it.

http://www.byond.com/developer/Forum_account/PixelMovement

For moving the icon, you would want to change its' pixel_x and pixel_y.

http://www.byond.com/ members/?command=reference&path=atom%2Fvar%2Fpixel_x

http://www.byond.com/ members/?command=reference&path=client%2Fvar%2Fpixel_y

-Resonence
In response to Resonence
Thank you very much.