Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

I'm most likely doing something wrong but I can't seem to align objects to the middle of surfaces (as presented in examples such as a bowl of fruit on the counter) since the graphics are at the bottom of the tile. Do you have any advice for this? I'm new to tile based games


I've managed to make it work with tileset/tilemap settings to be to 4 instead of 16 but I don't know if this is how it was intended to be used. 

(1 edit) (+1)

Hey! No you're not doing anything wrong, the surface would have to go into a second tile so it would have to be 16x32 for that to work, or the decorations would have to be placed in the middle of 16x32. To set the grid to a small number is what I would do too! But you could also offset the grid on the y axis.

Yeah, so I'm using Tiler (I saw your note about GM2 and tried that out for a minute with the tilesets) but I don't know how to go about doing 16x32 and offsetting etc I might be better off doing 4x4 lol