Box2D light particle
is a library intended for add lights to particles with libgdx.
- v1.0.0: Make the repositorie public
- v1.0.1
- Bug fixes (
RandomLinearForce
no longer make particles buggy) - You can add multiple textures that are choosen randomly
- You can specify the intervall of emission when mode set to
PER_SECONDS
- It's now easy to use particle system without box2dLights (On the other hand you need to add the dependency)
- Bug fixes (
- v1.0.2-patch: Note: No docs for this release because I work also on
v1.1.0
and this was made for special project.- Animated particles added