If I have only have six sprites for my platform images (TopLeft, TopMiddle, TopRight, BottomLeft, BottomMiddle, BottomRight), am I better off using 4 sprite instances (TopLeft, TopRight, BottomLeft, BottomRight) and putting the "middle" pieces into two TiledBackground objects, or leave them all as sprites?