Difference between revisions of "Setup and map example"
(→Add Using Refereneces) |
|||
Line 10: | Line 10: | ||
using System.IO; | using System.IO; | ||
using Squared.Tiled; | using Squared.Tiled; | ||
− | </ | + | </syntaxhighlight> |
Revision as of 13:03, 25 September 2017
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;