From 10db32279e75bf21780a588f1cef05b741ef46f9 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Sun, 31 Aug 2008 01:49:54 +0000 Subject: remove ground- wheeeeeeeeeee --- (limited to 'physics.py') diff --git a/physics.py b/physics.py index 79a36e3..b46ee52 100644 --- a/physics.py +++ b/physics.py @@ -47,7 +47,7 @@ class PhysicsGame: self.world.renderer.set_surface(self.screen) # set up static environment - self.world.add.ground() + #self.world.add.ground() self.world.run_physics = False self.bridge = Bridge(self) -- cgit v0.9.1