Difference between revisions of "Using TiledCS"
(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 4: | Line 4: | ||
# Search online for TiledCS & Install | # Search online for TiledCS & Install | ||
# In the Game1.cs of your project add: <syntaxhighlight lang=csharp>using TiledCS;</syntaxhighlight> | # In the Game1.cs of your project add: <syntaxhighlight lang=csharp>using TiledCS;</syntaxhighlight> | ||
+ | |||
+ | =Documentation= | ||
+ | https://github.com/TheBoneJarmer/TiledCS?tab=readme-ov-file |
Revision as of 15:42, 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 TiledCS & Install
- In the Game1.cs of your project add:
using TiledCS;