1
I read in the documentation that the method exists image.load
to read images, but it returns an object of the type Surface
which is not always the most appropriate, so I wanted to know if there is a way to return an object of the type Rect
. And I also wanted to know how to use an image of a Star in pygame?
It is possible to write a great answer to this question, but my knowledge of Pygame is limited. Maybe some of this documentation can help you: https://www.pygame.org/docs/ref/sprite.html
– Jefferson Quesado