Hello all. I've been reading over the documentation for cocos2d and I've created some basic games using it but all in all, my knowledge level around building games (and using cocos2d) is pretty elementary.
If I wanted to have an avatar in my game that could be feature customizable apparel (shirts,hat etc.) - how is this traditionally done? I imagine each apparel or body part, or whatever, would be an image (or texture) and then "stitched" together to form a single sprite?
Does cocos2d provide anything in its library to help simplify this problem?