Sprite` helper class removed. This class was made to help with reading, resizing, and compositing textures. Three
functions have been added: `read_texture`, `resize_texture`, and `composite` to replace `Sprite`.
`RaySprites` from the raycaster module have now reclaimed their original name, `Sprite`.
Horizontal and vertical split layout widgets had their names swapped. This is now fixed. Also, `HSplitLayout`'s handle is thinned to match `VSplitLayout`'s handle.