Skip to content

Commit

Permalink
docs: Update pytiled-parser and Arcade reference (#3222)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleptomania committed Dec 27, 2021
1 parent 79ca25d commit 7b224eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/support-for-tmx-maps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ Python
~~~~~~

- `pytiled-parser <https://github.com/benjamin-kirkbride/pytiled_parser>`__: Python parser
for JSON maps(No support for TMX format as of v1.0.0)
for TMX and JSON maps.
- `Arcade <https://api.arcade.academy>`__: 2D game library that uses pytiled-parser for
easy loading of JSON maps into a game.(No support for TMX format as of v2.6.0) `Arcade Tiled Examples <https://api.arcade.academy/en/latest/examples/index.html#using-tiled-map-editor-to-create-maps>`_
easy loading of Tiled maps into a game. `Arcade Tiled Examples <https://api.arcade.academy/en/latest/examples/index.html#using-tiled-map-editor-to-create-maps>`_
- `pytmxlib <http://pytmxlib.readthedocs.org/en/latest/>`__: library
for programmatic manipulation of TMX maps
- `python-tmx <http://python-tmx.nongnu.org>`__: a simple library for
Expand Down

0 comments on commit 7b224eb

Please sign in to comment.