Talk:Physics (activity): Difference between revisions
Jump to navigation
Jump to search
(→Current work: new section) |
(no longer a problem on the XO) |
||
Line 1: | Line 1: | ||
relevant code: |
|||
pygame.init() |
|||
size = (1200, 900) |
|||
screen = pygame.display.set_mode(size) |
|||
world = elements.Elements(size) # A - here? |
|||
world.renderer.set_surface(screen) |
|||
[[Image:SugarIssue.png]] |
|||
== Current work == |
== Current work == |
||
Revision as of 19:26, 27 June 2008
Current work
- Project hosting application being processed
- /Slimming down Elements into its bare essentials for (1) Use (Box2D, python/activity scripts) and (2) Devel, (Box2d sources, building)
-Bjordan 19:25, 27 June 2008 (UTC)