Difference between revisions of "Using TiledLib"
(Created page with "=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 th...") |
(→Documentation) |
||
Line 6: | Line 6: | ||
=Documentation= | =Documentation= | ||
− | https://github.com/ | + | https://github.com/Ragath/TiledLib.Net?tab=readme-ov-file |
Revision as of 17:01, 14 January 2024
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;