Sprite Atlas for GameMaker
- March 15, 2021
- Dragonite
Did you ever want to be able to combine multiple sprites into a single sprite atlas during runtime? Probably not, since it's an incredibly specific thing to need to do. But if you do, here's an extension for it! This can be useful if you're in the business of building vertex buffers on the fly, and you want to be able to combine sprites from different texture pages. The sprites used in the demo pr…