Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bridge.py
diff options
context:
space:
mode:
authornrp <olpc@spongezone.net>2008-08-31 00:23:44 (GMT)
committer nrp <olpc@spongezone.net>2008-08-31 00:23:44 (GMT)
commit3eb6a85e142023e157517e91da54474c70bb6430 (patch)
tree0648add92e381af558edd2024d4a0f891bd48964 /bridge.py
parent1751ee1378e93f26ff8e48e44f2428ae2a54924a (diff)
move train to realistic spot
Diffstat (limited to 'bridge.py')
-rw-r--r--bridge.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge.py b/bridge.py
index ca14ef1..8b72806 100644
--- a/bridge.py
+++ b/bridge.py
@@ -40,7 +40,7 @@ class Bridge:
self.world.world.DestroyJoint(joint)
self.joints.remove(joint)
- def create_train(game, worldpoint = (320,500), train = (100, 50), wheelrad = 20, cars = 3):
+ def create_train(game, worldpoint = (200,490), train = (100, 50), wheelrad = 20, cars = 3):
points = []
for i in range(0,cars):
startpoint = (worldpoint[0]-(train[0]+7)*i, worldpoint[1])