## Is your feature request related to a problem? Please describe. Currently Sprite implemented as a sprite sheet. It brings a lot of difficulties to maintain it. ## Describe the solution you'd like Need to simplify API's of Sprite: - [x] Keep Sprite geometry inside sprite - [x] Detach Font class from Sprite - [x] Fix related importers such as TextureConverter, SpineImporter and TiledImporter
Is your feature request related to a problem? Please describe.
Currently Sprite implemented as a sprite sheet. It brings a lot of difficulties to maintain it.
Describe the solution you'd like
Need to simplify API's of Sprite: