Benjamin Kirkbride 180a3a7cbb rf: remove check for id
I think that there will always be an ID assigned to a layer, no need to 
check for one.
2020-04-19 04:14:23 -04:00
2020-04-18 01:24:56 -04:00
2020-04-19 04:14:23 -04:00
2020-04-18 01:24:56 -04:00
2020-04-19 04:13:12 -04:00
2019-08-15 09:33:49 -05:00
2020-04-18 01:24:56 -04:00
2019-06-29 15:53:30 -04:00
2019-04-28 20:00:30 -04:00
2019-08-12 11:34:19 -05:00
2019-06-30 16:27:22 -04:00
2019-06-29 15:53:30 -04:00
2019-08-15 09:57:33 -05:00

PyTiled Parser

PyTiled Parser is a Python Library for parsing Tiled Map Editor (.tmx) files used to generate maps and levels for 2D top-down or side-scrolling games.

PyTiled Parser is not tied to any particular graphics library, and can be used with Arcade, Pyglet, Pygame, etc.

The Arcade library has supporting code to integrate PyTiled with that 2D libary, and example code showing its use.

Original module by Beefy-Swain. Contributions from pvcraven.

Description
No description provided
Readme MIT 810 KiB
Languages
Python 100%