You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I want to use a custom FlxParticle for FlxEmitter I looked into docs and found that I can use particleClass to override default FlxParticle, I set it and nothing happend. Then I looked into code and saw that emitParticle() don't use particleClass, so I make a patch and now it works perfect.
Affected version: master, AdamAtomic-flixel-8989e50
Since I want to use a custom FlxParticle for FlxEmitter I looked into docs and found that I can use particleClass to override default FlxParticle, I set it and nothing happend. Then I looked into code and saw that emitParticle() don't use particleClass, so I make a patch and now it works perfect.
Patch link: https://gist.github.com/2437885
The text was updated successfully, but these errors were encountered: