我只是想用Cocos2d-x和C++做一个CCParticleExplsion,但是搜遍后似乎找不到。对象示例:
CCParticleSystem *firework = [[CCParticleExplosion alloc] initWithTotalParticles:200];
[self addChild:firework];
[firework setTexture:[[CCTextureCache sharedTextureCache] addImage:@"star.png"]];