I have problem. How I can to allow players to upload their image as theirs profile?
while True:
for event in pygame.event.get():
if event.type == KEYDOWN:
if event.key == K_ESCAPE:
pygame.quit()
sys.exit()
screen.fill(((12, 211, 224)))
This is only part of full code because full code have 130 lines. I want add option to upload a picture at the end of this code.