pixijs / particle-emitter

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

Support: Acceleration of rotation (angular acceleration) #101

Closed finscn closed 5 years ago

finscn commented 5 years ago

see #99

andrewstart commented 5 years ago

This looks good, although you'll need to update Emitter to set the acceleration on each particle it creates.

finscn commented 5 years ago

@andrewstart I've updated it

andrewstart commented 5 years ago

Excellent!