1.简单粒子的使用
//test 粒子系统
CCParticleSystemQuad* particle = CCParticleSystemQuad::create("firstParticle.plist");
particle->setPosition(ccp(240, 400));
addChild(particle);
1.简单粒子的使用
//test 粒子系统
CCParticleSystemQuad* particle = CCParticleSystemQuad::create("firstParticle.plist");
particle->setPosition(ccp(240, 400));
addChild(particle);
1069

被折叠的 条评论
为什么被折叠?