22.10
This commit is contained in:
@@ -179,7 +179,7 @@ public class Muehle extends Application {
|
||||
buttons.add(button);
|
||||
}
|
||||
for (int i = 0; i < 3; i++) {
|
||||
MuehleButton button = new MuehleButton(id_count,1,i,topRightX -230,topLeftY+ i*100 + 360,game);
|
||||
MuehleButton button = new MuehleButton(id_count,1,i,topRightX -230,topLeftY+ i*100 + 460,game);
|
||||
id_count++;
|
||||
buttons.add(button);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user