Hi,
I'll probably rename the class CCSpriteSheet to CCBatchNode for v0.99.5
CCSpriteSheet will be deprecated and it will generate a compile warning.
Why ?
Because I think that CCSpriteSheet is confusing.
- You can still use sprite sheets without using the
CCSpriteSheetclass. - Sometimes the term spritesheet is also used as a replacement of texture altas, but cocos2d already has a
CCTextureAltasclass - The raison d'ĂȘtre of
CCSpriteSheetis to create a single opengl batch, that's why I thinkCCBatchNodeis a better name
What do you think ? Against ? For ? Why ? Do you have another name in mind ?