Is it possible to import a tilemap from tiled editor and make it scalable according to user’s resolution?
Use the Scale Manager for this.
@samme Is there any example?
Three different ways:
- Scale the tilemap layers, e.g.,
layer.setScale()
- Zoom the camera
- Scale the game canvas
@samme Thank you !