//=time() ?>
@kurtruslfanclub Sprites in @NightInTheWoods for iOS are composed of a diced-up set of quads, which draw their texture data from a tightly packed atlas. This saves large amounts of memory.
A neat thing about this approach is that you can identify regions of sprites that are redundant, and exclude them.