A surface is a 2D plane that can be used to put FlxSprites on. The collection is like a FlxGroup.
new()
members:Array<FlxSprite>
add(sprite:FlxSprite):Void
clear():Void
remove(sprite:FlxSprite):Void