Javascript – Phaser3 can't scale responsive tilemap on mobile device
I think I actually want the graphics I place on the screen to scale itself appropriately on different devices. So when I use scale.fit, I am not achieving this. Does scale.fit not work because the tile map has fixed values?…