Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/physics.py
diff options
context:
space:
mode:
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())