Ubgrade 14.12
parent
df33a5ef82
commit
c930514042
|
@ -18,6 +18,7 @@ public class Wettrennen
|
||||||
arr[1].setGeschwindigkeit(150);
|
arr[1].setGeschwindigkeit(150);
|
||||||
arr[2].setGeschwindigkeit(200);
|
arr[2].setGeschwindigkeit(200);
|
||||||
arr[3].setGeschwindigkeit(80);
|
arr[3].setGeschwindigkeit(80);
|
||||||
|
|
||||||
for(int i = 0; i<arr.length; i++){
|
for(int i = 0; i<arr.length; i++){
|
||||||
arr[i].bewege(60);
|
arr[i].bewege(60);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue