LibGDX - Particle Effect with stars?

Hi,

I just tried the Particle Editor:

libgdx-master\extensions\gdx-tools\src\com\badlogic\gdx\tools\particleeditor\ParticleEditor.java

I want make a particle effect with different little stars (stars are *.png files). I don’t find an option, where
can I add e.g. four images (stars) to the particle effect.

There is an example in LibGDX “GDX Tests”, it’s called “ParticleEmitterTest”. How can I now add Star images to this example?

Is that possible or should I search on the web for other particle effect codes?

Thanks!