:orphan: .. _sprite_tiled_map: Work with loading in a Tiled map file ===================================== Below is a quick example on using a Tiled map. For more information, see: * :ref:`platformer_tutorial` * :ref:`pymunk_platformer_tutorial` * `Platformers `_ .. image:: images/sprite_tiled_map.png :width: 600px :align: center :alt: Screenshot of using a map created by the Tiled editor .. literalinclude:: ../../arcade/examples/sprite_tiled_map.py :caption: sprite_tiled_map.py :linenos: