sgricci / TiledSharp-MonoGame-Example

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TiledSharp MonoGame Example

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.

About

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

License:MIT License


Languages

Language:C# 100.0%