From 2202de8257083535d796c2e1e66e099de5ad5110 Mon Sep 17 00:00:00 2001 From: Brian Jordan Date: Mon, 25 May 2009 07:57:03 +0000 Subject: Removed unfinished "joystick" feature --- (limited to 'physics.py') diff --git a/physics.py b/physics.py index 4b2bbdc..4615117 100644 --- a/physics.py +++ b/physics.py @@ -32,8 +32,6 @@ class PhysicsGame: self.clock = pygame.time.Clock() self.font = pygame.font.Font(None, 24) # font object self.canvas = olpcgames.ACTIVITY.canvas - self.joystickobject = None - self.debug = True # create the name --> instance map for components self.toolList = {} for c in tools.allTools: -- cgit v0.9.1