TiledCS icon indicating copy to clipboard operation
TiledCS copied to clipboard

TiledCS is a dotnet library for loading Tiled tilesets and maps

Results 13 TiledCS issues
Sort by recently updated
recently updated
newest added
trafficstars

### Tiled lets you create custom classes that can be used as property values: ![](https://i.imgur.com/lvkltKT.png) ![image](https://github.com/TheBoneJarmer/TiledCS/assets/67832033/6ef24b1d-1473-4505-8491-69c75bb76445) ### 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`: ![](https://i.imgur.com/JU5VIU4.png) ![](https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExeHR3NjhtcTVsemdpaXlzZHNveW9mazBtc2JsamRlOTB2dWYxeTJyZiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/AnVw6ALoorYXDrQvLI/giphy-downsized.gif) ### 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...