From fe127df90bc7314271581d4fa5a0ea574a97d8f6 Mon Sep 17 00:00:00 2001 From: nrp Date: Sat, 30 Aug 2008 20:00:41 +0000 Subject: Merge branch 'master' of git://dev.laptop.org/projects/physics03 --- (limited to 'physics.py') diff --git a/physics.py b/physics.py index 4b2bbdc..6d9fb78 100644 --- a/physics.py +++ b/physics.py @@ -23,6 +23,7 @@ import olpcgames import elements from elements import Elements import tools +import bridge from helpers import * class PhysicsGame: @@ -46,6 +47,8 @@ class PhysicsGame: # set up static environment self.world.add.ground() + + bridge.create_world(self) def run(self): self.running = True -- cgit v0.9.1