Difference between revisions of "Using TiledNet"
m (Admin moved page Using TiledLib.Net to Using TiledNet) |
|||
Line 1: | Line 1: | ||
− | =Install | + | =Install TiledNet= |
The easiest method is to create your MonoGame project then: | The easiest method is to create your MonoGame project then: | ||
# Click on project & select Nuget Package Manager | # Click on project & select Nuget Package Manager |
Revision as of 16:58, 14 January 2024
Install TiledNet
The easiest method is to create your MonoGame project then:
- Click on project & select Nuget Package Manager
- Search online for TiledNet & Install
- In the Game1.cs of your project add:
using Tiled;