Difference between revisions of "Using TiledNet"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
m (Admin moved page Using TiledLib.Net to Using TiledNet)
Line 1: Line 1:
=Install TiledCS=
+
=Install TiledNet=
 
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

Revision as of 17:58, 14 January 2024

Install TiledNet

The easiest method is to create your MonoGame project then:

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

Documentation

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