Difference between revisions of "Using TiledLib"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(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/napen123/Tiled.Net
+
https://github.com/Ragath/TiledLib.Net?tab=readme-ov-file

Revision as of 18:01, 14 January 2024

Install TiledLib

The easiest method is to create your MonoGame project then:

  1. Click on project & select Nuget Package Manager
  2. Search online for TiledLib & Install
  3. In the Game1.cs of your project add:
    using TiledLib;
    

Documentation

https://github.com/Ragath/TiledLib.Net?tab=readme-ov-file