Is there a single way to use images in pygame?

1

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?

    
asked by anonymous 15.10.2017 / 17:41

0 answers