Finish initiate all the button in the gridPane For MenuLevel

This commit is contained in:
Mat 2023-05-01 20:47:40 +02:00 committed by Anthony Debucquoy
parent 7c28326408
commit 0273703cbb
Signed by: tonitch
GPG Key ID: A78D6421F083D42E

View File

@ -50,6 +50,7 @@ public class MenuLevel extends GridPane {
GdP.add(Level, i, j); GdP.add(Level, i, j);
if (j == 3) { if (j == 3) {
StartLevel -=8; StartLevel -=8;
} }
} }
else if(i==2&&j!=4){ else if(i==2&&j!=4){