Godot Version
4.2.2
Question
I wonder if I’m missing something.
My tile size is 32x32. It’s pretty easy to create a collision polygon for a tile that is exactly that size. However if I have a tile that is larger, it’s very hard to create the shape I want because the polygon editor grid only covers the “base cell”.
My collision polygons are almost always basic rectangles with sizes that are multiples of 32x32. But because the grid only covers one 32x32 tile, it’s hard to tell where exactly should I place the polygon points. I know that you can expand the polygon editor but that doesn’t help much because the grid doesn’t expand.
When working with very large tiles, like building tiles, I temporarily edit the image file to mark where I should place the points but there has to be a better way?