How Do I Create Sprites for Hexagon Tilemap

Hi, I’ve been searching Everywhere on how to create sprite tiles for the 2d Hexagon-Pointed-Top grid. I want to create sprites 64x64 resolution.
I found this website:

It creates a regular hexagon ( size x = 0.8660254 ). However I want to create a slight tilt effect. Thus I have set x = 1; But now I can’t figure out how to create a sprite with the same dimensions. All generators create regular hexagons.

Does someone know how to create these types of sprites? Thanks in advance! :slight_smile: