From bcb772a82520f3b3950e0195f7fbb9ad27b5d082 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Sun, 31 Aug 2008 01:18:20 +0000 Subject: start with physics disabled --- (limited to 'physics.py') 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() -- cgit v0.9.1