系统自带的粒子系统

CCParticleSnow *snow=CCParticleSnow::create();



    snow->setPosition(ccp(400,670));



    snow->setTextureWithRect(CCTextureCache::sharedTextureCache()->addImage("snow.png"),CCRectMake(0,0,32,32));



    addChild(snow);

 

你可能感兴趣的:(系统)