TheBoneJarmer / TiledCS

TiledCS is a dotnet library for loading Tiled tilesets and maps
MIT License
143 stars 51 forks source link

added polyline functionality #76

Closed GinoMoena closed 2 years ago

GinoMoena commented 2 years ago

When creating a polygon on Tiled if the polygon is not closed a polyline is created instead, useful for paths or one way slopes.

TheBoneJarmer commented 2 years ago

Hi

Please do not use the main branch as both target and source branch. As clearly stated in the readme I follow the GitFlow branching model and main is supposed to be the production-ready branch, not my development branch.

With kind regards, TheBoneJarmer