From 3eb6a85e142023e157517e91da54474c70bb6430 Mon Sep 17 00:00:00 2001 From: nrp Date: Sun, 31 Aug 2008 00:23:44 +0000 Subject: move train to realistic spot --- 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]) -- cgit v0.9.1