This commit is contained in:
2025-10-22 10:54:21 +02:00
parent 550f552097
commit 9a81ee736e
3 changed files with 76 additions and 25 deletions

View File

@@ -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);
}