Hello there,
I'm making a plaformer, and I use the tiledmap plugin (https://github.com/englercj/phaser-tiled) to have best performance on mobile(and it works).
But, does anybody here knows how can I resize my layer like the original function : "layer.resize(x,y);" ?
I wish I could fill my canvas full height with my tilemap with any device.
In addition, How can I scale my objects layer for my collision ?
Any ideas ?