package flixel.addons.display.shapes

FlxShape

A convenience class for wrapping vector shape drawing in FlxSprites, all ready to go. * Don't use this class by itself -- use things like FlxLine, FlxCircle, that extend it * @author Lars A. Doucet

FlxShapeArrow

FlxShapeBox

FlxShapeCircle

FlxShapeCross

A cross shape drawn onto a FlxSprite. Useful for tactics games and stuff!

FlxShapeDonut

FlxShapeDoubleCircle

FlxShapeGrid

FlxShapeLightning

This creates a Lightning bolt drawn on top of a FlxSprite object. * * TODO: * I'm not currently adding enough border room to properly account for the filter effect

FlxShapeLine

FlxShapeSquareDonut

LightningStyle

LineSegment

Helper for FlxShapeLightning * @author Lars A. Doucet