FlixelJS
FlixelJS copied to clipboard
FlxSprite.drawLine
Unimplemented because it's a method of Sprite. Try using Canvas drawing methods to recreates this functionality. If Canvas won't do it without anti-aliasing, stick in a line-drawing algorithm that does it manually.