Difference between revisions of "Using TiledCS"
(→Install TiledCS) |
|||
Line 4: | Line 4: | ||
# Search online for TiledCS & Install | # Search online for TiledCS & Install | ||
# In the Game1.cs of your project add: <syntaxhighlight lang=csharp>using TiledCS;</syntaxhighlight> | # In the Game1.cs of your project add: <syntaxhighlight lang=csharp>using TiledCS;</syntaxhighlight> | ||
+ | |||
+ | You can also get the source code from the link below, and copy the `.cs` files into the same folder as your `Game1.cs` or in a new folder within this. | ||
=Pro's= | =Pro's= |
Revision as of 09:57, 14 February 2024
Contents
Install TiledCS
The easiest method is to create your MonoGame project then:
- Click on project & select Nuget Package Manager
- Search online for TiledCS & Install
- In the Game1.cs of your project add:
using TiledCS;
You can also get the source code from the link below, and copy the `.cs` files into the same folder as your `Game1.cs` or in a new folder within this.
Pro's
- Still active on GitHub
- Good ReadMe with examples
- Good example of drawing
Con's
- Last update 2 years +