Pygame camera: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    21 June 2011

    • curprev 13:0113:01, 21 June 2011Michael Murtaugh talk contribs 861 bytes +861 Created page with "<source lang="python"> import sys, pygame, os pygame.init() width, height = (1024, 768) screen = pygame.display.set_mode((width, height), pygame.FULLSCREEN) clock = pygame.time..."