Hi. I am working on my first SFML project and I am trying to figure out how to create a sprite using an x, y, width and height source from a texture.
For my example, I am working on a menu system with text and I would rather not save 20 different individual text images. Is such an operation possible in SFML?
Thanks!