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.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/physics.py b/physics.py
index 9d84665..4b2bbdc 100644
--- a/physics.py
+++ b/physics.py
@@ -32,7 +32,8 @@ 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: