Posts by Bernardo Benini Fantin • 31 points
1 post
-
3
votes1
answer2229
viewsQ: Coordinates of a Pygame image
How can I get the x and y coordinates of an image in Pygame? I need this for a game where I have to get the shot out right below an enemy. This is the code: # -*- coding: cp1252 -*- import sys…