Sai Sruthi Posted July 13, 2017 Share Posted July 13, 2017 Hello, I am new to Game development, I would like to emit different types (at least 3) of particles from the same Emitter in PIXI.particles.Emitter. The documentation says add Array of textures which only shows effect of one particle after other particle but I want all 3 at the same time. Can somebody help me? Thank You, Sruthi Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted July 13, 2017 Share Posted July 13, 2017 Try create three emitters and specify the same container for them. yahiko 1 Quote Link to comment Share on other sites More sharing options...
Sai Sruthi Posted July 14, 2017 Author Share Posted July 14, 2017 Hey Ivan, I tried that method too adding into the same container but the effect remains the same. They appear one after the other only. Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted July 14, 2017 Share Posted July 14, 2017 I dont understand what do you want, then Please study the code of https://github.com/pixijs/pixi-particles/tree/master/src and describe your thoughts better, may be with diagrams. There's no magic in that plugin, its simple. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.