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:49:54 (GMT)
committer Daniel Drake <dsd@laptop.org>2008-08-31 01:49:54 (GMT)
commit10db32279e75bf21780a588f1cef05b741ef46f9 (patch)
tree56de869d6ad8c49a144de18b1f2444c92cfb285b /physics.py
parent07d8466f177e9a916b9b265dac4ab42db2500a0a (diff)
remove ground-
wheeeeeeeeeee
Diffstat (limited to 'physics.py')
-rw-r--r--physics.py2
1 files changed, 1 insertions, 1 deletions
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)