mirror of
https://gitlab.com/arnekeller/kit-programmieren-ws1920-final1.git
synced 2024-11-24 09:24:58 +00:00
Correctly print electrical engines
This commit is contained in:
parent
2e336a9bcb
commit
24919ac07c
@ -20,7 +20,7 @@ public class ElectricalEngine extends Engine {
|
|||||||
"/ |____________| \\",
|
"/ |____________| \\",
|
||||||
"\\ /",
|
"\\ /",
|
||||||
" \\__________________/ ",
|
" \\__________________/ ",
|
||||||
" (O)(O) (O)(O) ",
|
" (O)(O) (O)(O) ",
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -15,13 +15,13 @@ passenger coach W1 added to train 1
|
|||||||
freight coach W2 added to train 1
|
freight coach W2 added to train 1
|
||||||
special coach W3 added to train 1
|
special coach W3 added to train 1
|
||||||
___
|
___
|
||||||
\ ____
|
\ ____
|
||||||
_____________|____ ++ +------ _______________/__ ____________________ /--------------| |
|
_____________|____ ++ +------ _______________/__ ____________________ /--------------| |
|
||||||
/_| ____________ |_\ || |+-+ | /_| ____________ |_\ | ___ ___ ___ ___ | | | \--------------| |
|
/_| ____________ |_\ || |+-+ | /_| ____________ |_\ | ___ ___ ___ ___ | | | \--------------| |
|
||||||
/ |____________| \ /---------|| | | / |____________| \ | |_| |_| |_| |_| | | | | | | |
|
/ |____________| \ /---------|| | | / |____________| \ | |_| |_| |_| |_| | | | | | | |
|
||||||
\ / + ======== +-+ | \ / |__________________| | | _|_|__________| |
|
\ / + ======== +-+ | \ / |__________________| | | _|_|__________| |
|
||||||
\__________________/ _|--/~\------/~\-+ \__________________/ |__________________| |__________________| |_________________|
|
\__________________/ _|--/~\------/~\-+ \__________________/ |__________________| |__________________| |_________________|
|
||||||
(O)(O) (O)(O) //// \_/ \_/ (O)(O) (O)(O) (O) (O) (O) (O) (O) (O)
|
(O)(O) (O)(O) //// \_/ \_/ (O)(O) (O)(O) (O) (O) (O) (O) (O) (O)
|
||||||
Error, no such train
|
Error, no such train
|
||||||
Error, train not found
|
Error, train not found
|
||||||
4
|
4
|
||||||
|
Loading…
Reference in New Issue
Block a user