fixed lvl6 again

This commit is contained in:
2026-04-20 02:38:34 -05:00
parent 49f9b412d6
commit 14efa7826e
5 changed files with 8 additions and 3 deletions

View File

@@ -353,7 +353,7 @@ public class Platformer extends JPanel implements KeyListener, ActionListener {
if (currentLevel == 6) {
this.setBackground(NIGHT_SKY);
}
if (currentLevel == 7) {
if (currentLevel != 6) {
this.setBackground(SKY);
}