Hi guys,
I've got question regarding tiles, solidity and sprites. In my project, my sprite is centered in a big space. The image in my sprite is maybe 100 pixels tall by 40 pixels wide, but some animation will make it larger or higher, so I centered the image in a 128x128 pixels square. (That may be my first mistake...) Now, when I move the sprite in a map-layer, the solidity of the tiles reacts with the border of the empty space of the sprite: making the sprite "levitate" over the tiles. Is there a way to make the tiles react with the collision mask of a sprite rather than with the borders of the sprite? (Without writing custom code I mean...) Is there a way another way to do this? (I mean, rather than leaving blank spaces around the sprite?) Any suggestion is appreciated!
Thanks guys!