Skip to content

ironcutter24/TiledCS-example-MonoGame

Repository files navigation

TiledCS example in MonoGame

Example on how to display Tiled maps with TiledCS in MonoGame 3.8.1

Made with MonoGame Cross-Platform Desktop Application (OpenGL) template.

Screenshot_1

Important notes

  • .tmx and .tsx files are not supposed to be built with the content pipeline.
    Just add them to the project and set Copy to output directory property to Copy if newer in the solution explorer.

  • TiledCS does not support embedded tilesets yet, so make sure Embed in map is disabled when adding new tilesets in Tiled.

Thanks to Temeez for getting me started with this example.
Tileset used is Cavernas by Adam Saltsman.