From 699810489ae27696782554657ec1a929cdb3d74d Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 08 Jul 2008 22:05:32 +0000 Subject: menus --- (limited to 'physics.py') 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()) -- cgit v0.9.1