package flixel.effects
particles | |
FlxFlicker | The retro flickering effect with callbacks. You can use this as a mixin in any FlxObject subclass or by calling the static functions. @author pixelomatic |
FlxSpriteFilter | This class allows you to add sprite filters to FlxSprites * Create a new instance and pass it an FlxSprite then add new bitmapFilters using addFilter() * * To refresh the filters applied to a sprite use applyFilters(). * * @author Zaphod |