Particle system appears to be working

This commit is contained in:
Nathan Kunicki 2016-02-14 01:19:07 +00:00
parent 1316c814ec
commit 4d6a9561ae

View File

@ -67,8 +67,7 @@ window.onload = function () {
} }
}; };
//emitter.spread = Math.PI / 32;
emitter.setParticleParent(mainScene); emitter.setParticleParent(mainScene);
emitter.emitting = true; emitter.emitting = true;