mirror of
https://gitlab.com/arnekeller/kit-programmieren-ws1920-final1.git
synced 2024-11-08 18:00:38 +00:00
11 lines
244 B
Plaintext
11 lines
244 B
Plaintext
add track (0,0) -> (0,14)
|
|
create engine diesel T3 Sabine 1 false true
|
|
add train 1 T3-Sabine
|
|
put train 1 at (0,0) in direction 0,-1
|
|
step -20
|
|
create coach passenger 1 true false
|
|
add train 1 W1
|
|
put train 1 at (0,0) in direction 0,-1
|
|
step -20
|
|
exit
|