Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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])