Tiled Layer

hey can anyone give me an example of the use of the TiledLayer class to put a picture in the background.

If you want to use a picture as a background it’s better to just use Graphics.drawImage() instead.

TiledLayer is not the best aproach for doing this.