Posts by Wellington Fidalgo • 11 points
1 post
-
1
votes1
answer348
viewsA: Is there a single way to use images in pygame?
Hello all right? I believe what you are looking for is the get_rect() method. All surfaces have it, just use this image you have uploaded. Example: image.get_rect(). I hope I’ve helped.…