ioscocos2d-iphoneccparticlesystemcctexturecache

Cocos2D 2.0 - Changing color of a CCParticle


So after messing around with my game, there's a thing that I wanted to share with you that I discovered about CCParticle.


Solution

  • A:In Cocos2D 2.0, it stays the same, but unlike in 1.x, you must first make sure that the particle texture is white, because otherwise it will not blend with the color you want! Make sure too that the texture is correctly added, because if not, it will show big black pixels and that's probably not the result you want!