> Hello,
>
> My tilemaps are 32x32, but I am trying to position some of them only 16 pixels apart (think platforms) and not fully 32px. But when I try to draw them, they always snap in 32px increments. I've been trying to use the layout settings but it doesn't seems to affect it, I also cannot find any settings in the tilemap itself.
>
> Is it possible to turn off snapping or change the snapping to 16px, while maintaining the 32x32px tilemap.
>
> Been searching for hours and haven't found anything, so any help would be appreciated.
What you want to do is highlight the layout you are working in under "Layouts" at the top of the Project details(upper right hand corner of Construct 3 by default).
That should bring up the Layout's properties on the left hand side. In those Properties on the left side, you can change the "Grid size" to "16, 16" which will set it to 16 x 16. Or just disable the "Snap to Grid" option, if you don't want it to snap to the grid size you have set.
I did write that I tried the layout settings already, but maybe I wasn't clear enough. It only seems to work for sprites, but not tilemaps. Unless I am missing something.