How can I create a quadrilateral connected in six directions map

I want to a quadrilateral connected in six directions map.Like this.Isohedral_tiling_p4-17 But I Dont know how to set.Thank you.

Tiled doesn’t support this directly.

Hexagonal maps where the tile height and side length are the same make a brick pattern like this, but not skewed. X stagger creates a horizontal pattern, Y stagger creates a vertical one, like this (sans skew). Perhaps with some combination of this and differing tile height and side length (remember, the map tile/cell size need not match your tileset tile size and shape!) there’s a way to achieve this?

Somewhat related to this request on GitHub:

Though that issue does not mention the staggering. Indeed the easiest way to support the above might be to add support for the skew to the hexagonal map renderer.

1 Like