/TiledSharp-MonoGame-Example

Simple example on how to draw maps from .tmx files with TiledSharp and MonoGame

Primary LanguageC#MIT LicenseMIT

Check the Newer example that works with MonoGame 3.8.

This example shows how simple it is to draw a (TMX) map made with Tiled in MonoGame project.

Note:

Remember to add TileSharp to your projects References!

The (TMX) map file is not supposed to be build with content pipeline. Just add it to the project and set Copy if newer from the files properties.