mirror of
https://gitlab.com/arnekeller/kit-programmieren-ws1920-final1.git
synced 2024-11-08 18:00:38 +00:00
14 lines
336 B
Plaintext
14 lines
336 B
Plaintext
|
add track (1,1) -> (5,1)
|
||
|
add track (1,-3) -> (1,1)
|
||
|
add switch (5,1) -> (8,1),(5,3)
|
||
|
create engine diesel T3 Emma 1 false true
|
||
|
create coach freight 2 true true
|
||
|
create coach special 3 true true
|
||
|
create coach passenger 2 true false
|
||
|
add train 1 T3-Emma
|
||
|
add train 1 W1
|
||
|
add train 1 W2
|
||
|
add train 1 W3
|
||
|
put train 1 at (1,1) in direction 0,-1
|
||
|
exit
|