Change tile center point in Tiled mapeditor

Hi everyone, I hope you all are doing well, I recently started using Tiled to create tilemaps and because of the peculiarity of my tile I need to make it 96(32*3)x32, it turns out that my tile consists of three tiles. but when I want to place it, the selection cursor is in the first third, but I need it to be centered in the second third, is it possible if so, how to. much appreciated in advance

Screenshot 2023-10-27 at 18.49.48

If this is the only tile in your tileset, you can use the “Drawing Offset” property of the tileset to shift the tile left by 32 pixels, then it will align better to the highlighted position.

Unfortunately there is currently no individual (per-tile) drawing offset setting, though it’s implemented as part of PR #3488 that will be merged eventually.