Tiled Image Collection in Phaser 3

Hello!

I was trying to import my tilemap with normal tilesets and its fine. Now I wanted to import my second tile layer, which is an Image Collection and I dont know how.
Does Phaser have a built-in method for handling image collections directly? Because I can’t find any solutions.

You mean an image layer ? Phaser3 only supports tiled layer. You can use this.add.image to draw a single image or use this.add.tileSprite to draw a tiled image.

1 Like

ok thank u. That helped me a lot.

I think image collections aren’t supported, but this has been ambiguous.