Anpassungen neuer Motor

This commit is contained in:
2023-05-28 08:56:16 +02:00
parent 326c805793
commit dd559406ba

View File

@@ -26,13 +26,13 @@ Locomotive locomotiveTaurus(5, 22, 116, 180, regler1);
Locomotive locomotive2043(6, 25, 129, 160, regler1); Locomotive locomotive2043(6, 25, 129, 160, regler1);
*/ */
Locomotive locomotiveTaurus(2.2, 22, 53, 43, 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 fahrt[] = {
Fahrt(locomotiveTaurus, 135, motorForward, gleis1, 1.8, bahnhof2, 9.0), Fahrt(locomotiveTaurus, 135, motorForward, gleis1, 1.8, bahnhof2, 9.0),
Fahrt(locomotiveTaurus, 120, motorBackward, gleis1, 1.8, bahnhof1, 8.2) , Fahrt(locomotiveTaurus, 120, motorBackward, gleis1, 1.8, bahnhof1, 8.2) ,
Fahrt(locomotive2043, 135, motorForward, gleis2, 1.2, bahnhof2, 9.0), Fahrt(locomotive2043, 135, motorForward, gleis2, 1.2, bahnhof2, 7.5),
Fahrt(locomotive2043, 150, motorBackward, gleis2, 1.2, bahnhof1, 8.7) Fahrt(locomotive2043, 135, motorBackward, gleis2, 1.2, bahnhof1, 8.2)
}; };
int _currentFahrt; int _currentFahrt;