Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/physics.py
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2008-08-31 01:18:20 (GMT)
committer Daniel Drake <dsd@laptop.org>2008-08-31 01:18:20 (GMT)
commitbcb772a82520f3b3950e0195f7fbb9ad27b5d082 (patch)
treeb35d043a09ed596044163c9b9c55405015fd4e65 /physics.py
parent5faf98d7cc403b640df604ae872eada1d1e223d6 (diff)
start with physics disabled
Diffstat (limited to 'physics.py')
-rw-r--r--physics.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/physics.py b/physics.py
index e0afdf4..79a36e3 100644
--- a/physics.py
+++ b/physics.py
@@ -48,6 +48,7 @@ class PhysicsGame:
# set up static environment
self.world.add.ground()
+ self.world.run_physics = False
self.bridge = Bridge(self)
self.bridge.create_world()