Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools.py
diff options
context:
space:
mode:
authornrp <olpc@spongezone.net>2008-08-31 15:49:07 (GMT)
committer nrp <olpc@spongezone.net>2008-08-31 15:49:07 (GMT)
commita8cf0c8c524ecfbf69cde72f1f194bba41484dda (patch)
treeef813aec67695252782f7d4a9a723816156244d1 /tools.py
parenta7e243a52ff200922c352789920248c0ee755eba (diff)
fixing train addition bug, colors
Diffstat (limited to 'tools.py')
-rw-r--r--tools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools.py b/tools.py
index ec291d2..a570867 100644
--- a/tools.py
+++ b/tools.py
@@ -27,7 +27,7 @@ class Tool(object):
#space pauses
self.game.world.run_physics = not self.game.world.run_physics
elif event.key == K_t:
- self.game.setTool("triangle")
+ self.game.bridge.create_train()
elif event.key == K_b:
self.game.setTool("box")
elif event.key == K_c: