I am trying to make a game, and I want it to support multiple resolutions.
All I need to do is simply scale the sprites, but from my tests, it only scales the size when I need it to scale both size and position.
Does SFML allow me to do this? Or should I make my own functions to scale the position?