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!

What do you mean? If you want to use several different images, then use multiple particle effects and overlay them.

OK… Now I found something. You can add an Image in Particle Editor. LOL.

There is a scrollbar. I scrolled to the top, and there it is… an option to add an image.

particle effects can be very cool Jimmt posted a good tutorial on here a while ago that may be of help to you