Difference between revisions of "Setup and map example"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Add Using Refereneces)
Line 10: Line 10:
 
using System.IO;
 
using System.IO;
 
using Squared.Tiled;
 
using Squared.Tiled;
</syntaxhiglight>
+
</syntaxhighlight>

Revision as of 14: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;