Hello everyone!
I want to draw a small TileMap on screen. This little TileMap is part of a big TiledMap that represents the world of the game. So I need to create this small part of TiledMap by creating new Layers, copy TileSets then move Tiles from the Big map to the small one.
Unfortunately, I can’t find a way to create a new TiledMapLayer.
May be there is a simplest way to do this ?