Using TiledNet

From TRCCompSci - AQA Computer Science
Revision as of 17:55, 14 January 2024 by Admin (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Install TiledCS

The easiest method is to create your MonoGame project then:

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

Documentation

https://github.com/napen123/Tiled.Net