Difference between revisions of "Using TiledNet"
(Created page with "=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...") |
(→Install TiledCS) |
||
Line 2: | Line 2: | ||
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 | ||
− | # Search online for | + | # Search online for TiledNet & Install |
# In the Game1.cs of your project add: <syntaxhighlight lang=csharp>using Tiled;</syntaxhighlight> | # In the Game1.cs of your project add: <syntaxhighlight lang=csharp>using Tiled;</syntaxhighlight> | ||
=Documentation= | =Documentation= | ||
https://github.com/napen123/Tiled.Net | https://github.com/napen123/Tiled.Net |
Revision as of 16:55, 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;