ymherklotz / YAGE

2D game engine with integrated Entity Component System
https://ymherklotz.github.io/YAGE
MIT License
8 stars 1 forks source link

More packing support #8

Open ymherklotz opened 7 years ago

ymherklotz commented 7 years ago

Add support to pack textures that are rotated as well, the current implementation does not allow that. This would be possible by giving a different UV rectangle to the draw call that would reflect the rotation that was performed.

For now, all the texture atlases will not have rotated images in them to make it easier.