Skip to content
Snippets Groups Projects
Commit a2730094 authored by SYMKO TRISTAN's avatar SYMKO TRISTAN
Browse files

update

parent 207c4661
Branches
No related merge requests found
File added
File added
......@@ -196,7 +196,7 @@ public class Game {
level.createRandomLvl();
}
}
if (level.getNumLvl() > 10) {
if (level.getNumLvl() > 15) {
this.isEnd = true;
this.isWin = true;
break;
......
......@@ -185,7 +185,7 @@ public class PanelJeu extends JPanel {
font = currentFont.deriveFont(Font.BOLD, 24);
g.setFont(font);
g.setColor(Color.WHITE);
g.drawString("Niveau " + lvl.getNumLvl(), 415, 33);
g.drawString("Niveau " + lvl.getNumLvl() + "/15", 380, 33);
}
/**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment