Anpassungen neuer Motor
This commit is contained in:
@@ -26,13 +26,13 @@ Locomotive locomotiveTaurus(5, 22, 116, 180, regler1);
|
||||
Locomotive locomotive2043(6, 25, 129, 160, regler1);
|
||||
*/
|
||||
Locomotive locomotiveTaurus(2.2, 22, 53, 43, regler1);
|
||||
Locomotive locomotive2043(1.8, 25, 77, 55, regler1);
|
||||
Locomotive locomotive2043(1.8, 25, 78, 56, regler1);
|
||||
|
||||
Fahrt fahrt[] = {
|
||||
Fahrt(locomotiveTaurus, 135, motorForward, gleis1, 1.8, bahnhof2, 9.0),
|
||||
Fahrt(locomotiveTaurus, 120, motorBackward, gleis1, 1.8, bahnhof1, 8.2) ,
|
||||
Fahrt(locomotive2043, 135, motorForward, gleis2, 1.2, bahnhof2, 9.0),
|
||||
Fahrt(locomotive2043, 150, motorBackward, gleis2, 1.2, bahnhof1, 8.7)
|
||||
Fahrt(locomotive2043, 135, motorForward, gleis2, 1.2, bahnhof2, 7.5),
|
||||
Fahrt(locomotive2043, 135, motorBackward, gleis2, 1.2, bahnhof1, 8.2)
|
||||
};
|
||||
|
||||
int _currentFahrt;
|
||||
|
||||
Reference in New Issue
Block a user