diff options
author | nrp <olpc@spongezone.net> | 2008-08-31 15:50:21 (GMT) |
---|---|---|
committer | nrp <olpc@spongezone.net> | 2008-08-31 15:50:21 (GMT) |
commit | 286dd0faa2b81be0c23e96ac05c75d91f588dade (patch) | |
tree | fa3fb954d780e756d5d338d4d1427b0c80c8add9 /physics.py | |
parent | a8cf0c8c524ecfbf69cde72f1f194bba41484dda (diff) |
change time of creation of trains
Diffstat (limited to 'physics.py')
-rw-r--r-- | physics.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -52,7 +52,6 @@ class PhysicsGame: self.bridge = Bridge(self) self.bridge.create_world() - self.bridge.create_train() def run(self): self.running = True |