Difference between revisions of "Using TiledLib"
(→Pro's) |
|||
Line 7: | Line 7: | ||
=Pro's= | =Pro's= | ||
* Last update less than a year ago | * Last update less than a year ago | ||
+ | * Available as a NuGet package | ||
=Con's= | =Con's= |
Revision as of 09:44, 13 February 2024
Contents
Install TiledLib
The easiest method is to create your MonoGame project then:
- Click on project & select Nuget Package Manager
- Search online for TiledLib & Install
- In the Game1.cs of your project add:
using TiledLib;
Pro's
- Last update less than a year ago
- Available as a NuGet package
Con's
- Poor readme with little information on how to use