Change capture format to png

This commit is contained in:
iabdalkader 2014-03-22 19:44:13 +02:00
parent d13bd63dfe
commit 775c34fecf

View File

@ -46,7 +46,7 @@ while running:
if event.key == pygame.K_ESCAPE:
running = False
if event.key == pygame.K_c:
pygame.image.save(image, "capture.jpeg")
pygame.image.save(image, "capture.png")
pygame.quit()