Godot Version
4.3
Question
When painting larger tiles in a level that are larger than my base tile size (32x32px), they are placed using the center of the tile as the anchor. This results in tiles being difficult to place and not aligning with the TileMap grid in the editor viewport when a TileMapLayer is being worked on. Is there a procedure for placing larger tiles? Or using the top-left as an achor point?
In the TileSet panel at the bottom there is a 1x1 orange outline in the center of each tile, which I’m guessing is the anchor/placement point?
Thank you so much!