For my collision detection, is it possible to create a sprite and assign it a sf::Rect<int> for collision checking? If this is possible, would it be easier and more simple than comparing the height + width with just a sprite? I know you can use contains to see if two rects are intersecting, but how would I use it with a sprite?