Setup and map example

From TRCCompSci - AQA Computer Science
Revision as of 14:03, 25 September 2017 by Admin (talk | contribs)
Jump to: navigation, search

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:

<syntaxhighlight lang=csharp> using System.IO; using Squared.Tiled; </syntaxhiglight>