Talk:Physics Jam/Help: Revision history

Jump to navigation Jump to search

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.

31 August 2008

30 August 2008

  • curprev 18:4918:49, 30 August 200818.85.18.34 talk 4,481 bytes +4,481 New page: Some sample code for binding sprites and bodies: <pre> import pygame from Box2D2 import * import sys from math import * class BodySprite(pygame.sprite.Sprite): blankColor = (0, 0, 0)...