Hi,
I’m trying to generate an effect using Particle2dx. I generated the .plist file and I included the effect like this:
auto effect = ParticleSystemQuad::create("effects/test.plist");
effect->setPosition(pos);
GameManager::getInstance()->getScene()->addChild(effect);
Everything works fine. The problem is the effect’s colors.
I defined red colors. In the website I view the effect with correctly colors. But when i include it, in the mobile i view always white colors, I don’t understand why.