Setup and map example
Create a New Class
Create a new class in your project.
Copy the code from this document: Square.Tiled Class
Add Using Refereneces
You will need to add references to the following:
using System.IO;
using Squared.Tiled;
Create a new class in your project.
Copy the code from this document: Square.Tiled Class
You will need to add references to the following:
using System.IO;
using Squared.Tiled;