SFML community forums

Help => Graphics => Topic started by: TheDianamu on September 20, 2013, 03:42:42 pm

Title: How to fill the window with a texture/sprite
Post by: TheDianamu on September 20, 2013, 03:42:42 pm
I'm trying to figure out a quick and simple way of filling the entire window or to a size say like

width of 200 sprites
height of 200 sprites

How would I go about setting the texture/sprite to fill that size? I have tried to use setRepeated, but that wasn't working.

Thanks in Advance
Title: Re: How to fill the window with a texture/sprite
Post by: Laurent on September 20, 2013, 04:20:12 pm
Use setScale to scale up/down the sprite to the desired size.