really fixed setpositions

This commit is contained in:
delta1805 2017-09-24 22:43:17 +02:00
parent f975057649
commit c68897c5d1
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ public class Team {
spieler[i].p.y =11.25+22.5*(i-7);
}
spieler[9].p.x=44;
spieler[9].p.y=45;
spieler[9].p.y=22.5;
}else{
torwart.p.x = 90-5;
torwart.p.y = 22.5;
@ -70,7 +70,7 @@ public class Team {
spieler[i].p.y =11.25+22.5*(i-7);
}
spieler[9].p.x=46;
spieler[9].p.y=45;
spieler[9].p.y=22.5;
}
}