Since the upgrade that requires 'CC' in front of all the classes of Cocos2d, I can't do particle effects because 'TextureMgr' hasn't changed to 'CCTextureMgr'. Where has it gone and if it's gone what is the replacement?
emitter.texture = [[TextureMgr sharedTextureMgr] addImage: @"stars.png"];
Thanks