Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/physics.py
diff options
context:
space:
mode:
authorAlex <alex@Tiresias.(none)>2008-07-08 22:05:32 (GMT)
committer Alex <alex@Tiresias.(none)>2008-07-08 22:05:32 (GMT)
commit699810489ae27696782554657ec1a929cdb3d74d (patch)
treea524f80ec205181bb872039c52becd2337f52cc8 /physics.py
parent880b789b6a71a7ad894f57c13174315d69164c90 (diff)
menus
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 88ca3eb..9171e81 100644
--- a/physics.py
+++ b/physics.py
@@ -33,7 +33,7 @@ class PhysicsGame:
"grab": GrabTool(self),
"destroy": DestroyTool(self)
}
- self.currentTool = self.tools["Triangle"]
+ self.currentTool = self.tools["triangle"]
# set up the world
self.world = elements.Elements(self.screen.get_size())