Namespace LdtkParser.Graphics
Classes
ColorConverter
Sprite
SpriteEnum
A SpriteEnum is simply an Enum that has elements mapping to tiles. This allows us to access arbitrary elements and retrieve the corresponding tile.
It is not strictly necesarry but I figured it was a nice way to define sprite animation/sequences in LDtk and access these easily from code side.