News

A sprite sheet is a large image containing many smaller images arranged in a grid. The main idea is to speed up load time and compute resources as computers are well optimized for working with images.
First two parameters represent the height and width of the sprite sheet (width also represents number of sprites that will go into the animation) Note: You can have multiple sprite sheets inside of a ...