Hi all,
I need to skew a Tilemap (created runtime and not using Tiled), so I can add some perspective to my game. Is this possible, as I couldn’t find any documentation about that?
Thank you.
There’s no skew transform for game objects in Phaser 3. But maybe you could use a RenderTexture and Mesh somehow.