Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

Hi ! First of all thank you for your tutorials ! 

I replaced the 16*16 player sprite with a 14*19 sprite, and I would like the 3 pixels that overtake the size of a tile to overtake on the 3 bottom pixels of the tile above (so that the top of the head goes on the tile above, instead that the feets of the sprite going to the tile below).

I changed the image origin of my sprites from top left to bottom left, but then it seems that the sprite doesn't match the hitbox. Do you know how to match the sprite and the hitbox with a sprite origin that's different from 0*0 (top left) ?

I think if you make a custom origin, based on top left, but 3 pixels down, that will work (eg 0,3 as the origin)

Yeah that worked perfectly, thanks !