I read in the documentation that there is the image.load
method to read images, however it returns an object of type Surface
which is not always the most appropriate, so I was wondering if there is a way to return an object of type Rect
. And also wanted to know how to use an image of a sprite in pygame?