As a developer it’s hard to work with tiled image guis.
Tile Offset
There should be a way to specify a primary tiling axis and then offset each row along it. These tiles in the image have an X primary axis with a 50% offset.
Tile Padding
There should be a way to add padding between each tile, per axis.
Tile Skipping
There should be a way to tell the image to only fill every Nth tile. The tiles in the image can be constructed using two tiling images, each one specifying “skip 1” and “offset each row 100%”. One of them can offset the skip starting point so that they aren’t aligned.
Tile Alignment
You often don’t want your tiles to start exactly aligned with the corner of your image. There should be a way to assign an anchor point for the first tile space, to align the grid as you want.

