pixijs / particle-emitter

A particle system for PixiJS
http://pixijs.io/particle-emitter/docs
MIT License
793 stars 125 forks source link

spawnType: Burst not creating particles #70

Closed TheBoat closed 6 years ago

TheBoat commented 6 years ago

Hi,

I am trying to use the example from the docs, and it works fine with the spawnType: Circle, but if I change the spawn type to Burst and leave everything else as it is, nothing happens. Am I missing some additional settings I need to do for burst?

andrewstart commented 6 years ago

The burst spawn type expects a spawnBurst property with burst specific properties - I recommend using the editor which will create the required things. You can upload your existing JSON to the editor to use it as a starting point.

TheBoat commented 6 years ago

Sweet, thanks!