Hi!
Trying to make simple game. I added some sprites, background (using CCSpriteSheet), couple particlesystems (I used Particle Designer to create them) - it works fine.
But when I add just one cclabel and update it every frame, fps drops down from 60 to 50.
If I use particles, but don't use label everything works fine.
if I use label, but don't use particles everything works fine.
if I use label & particles - FPS drops. :(