Talk:Physics (activity)

From OLPC
Revision as of 19:13, 26 June 2008 by Bjordan (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

relevant code:

   pygame.init()
   size = (1200, 900)
      screen = pygame.display.set_mode(size)
   world = elements.Elements(size) # A - here?
   world.renderer.set_surface(screen)


SugarIssue.png