starfleetcadet75 / TiledMapImporter

A C# library for using custom maps made with the Tiled Map Editor in MonoGame/Xna.
MIT License
10 stars 1 forks source link

Design new MapParser #3

Open starfleetcadet75 opened 9 years ago

starfleetcadet75 commented 9 years ago

The MapParser should be made abstract to allow the user to implement multiple types of parsers. This should make the process of supporting TMX, Json, and other formats easier.