Difference between revisions of "Using TiledNet"
(→Install TiledCS) |
m (Admin moved page Using TiledLib.Net to Using TiledNet) |
(No difference)
|
Revision as of 16:57, 14 January 2024
Install TiledCS
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;