TheBoneJarmer / TiledCS

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

No TiledLayer property corresponds to Image layers' Repeat X/Y values #102

Open Frankfires opened 1 year ago

Frankfires commented 1 year ago

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 the TiledLayer class, no value exists that corresponds with this property:

This issue restricts developers such as myself from working with images as repeating backgrounds without the creation of unnecessary custom properties to replicate an image layer's default properties.