Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/physics.py
diff options
context:
space:
mode:
Diffstat (limited to 'physics.py')
-rw-r--r--physics.py3
1 files changed, 3 insertions, 0 deletions
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