TiledCS
TiledCS copied to clipboard
TiledCS is a dotnet library for loading Tiled tilesets and maps
### Tiled lets you create custom classes that can be used as property values:   ### The image above shows that I have two properties in my map: `Spawn`...
### Tiled image layers have a property that determines whether the image should be drawn infinitely on a certain axis, `Repeat X` & `Repeat Y`:   ### Looking through...
I realize that this library is no longer maintained, but I am still making this issue so that others might see it without running into it themselves. TiledMap.GetSourceRect does not...