fixed lvl6 again
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user