Working with Images in SpriteKit – Texture Atlas

By: Mark Johnson @mellowcoder  What is a Texture Atlas A Texture Atlas is simply a large image file that is created by combining together multiple individual images.  This can save memory and allows iOS to more efficiently render the textures in your application.  The nice thing about SpriteKit is that Apple takes care of building the […]

Continue reading