fixed lvl6 again
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
...............................................BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB................................
|
||||
...............................................B..................................................................
|
||||
...............................................B.................................................................
|
||||
............................Q............................BBBBBBBBBBBBBB........BBBBBBBBBBB.......BBBBBBBBBBBB...............A..........................
|
||||
............................Q............................BBBBBBBBBBBBBB.......BBBBBBBBBBBB.......BBBBBBBBBBBB...............A..........................
|
||||
..P.........................................E............B.............................................................BBBBBBBBBBB........
|
||||
............................A.........BBBBBBBBBBBB...BBBBB........................................................................................................EEEEEEEEE.............F
|
||||
......A....................BBBBBB.................................................................................................................A...........BBBBBBBBBBBBBBBBBBBBBBBBBBBBB
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
.....................................................................................................B
|
||||
.....................................................................................................B
|
||||
.....................................................................................................B
|
||||
.....................................................................................................B
|
||||
.....................................................................................................B
|
||||
.....................................................................................................B...............BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB
|
||||
.....................................................................................................B...............B...................................B
|
||||
.....................................................................................................B...............B...................................B
|
||||
@@ -16,5 +21,5 @@
|
||||
........................B........................B..............B...........................B........................B.......Q...........................B
|
||||
BBBBBBBBBBBBBBBBBBBBBBBBB....BBBBBBBBBBBBBBBBBBBBB..............B.............Q.............B........................B....................................BBBBBBBB
|
||||
.............................B..................................B...........................B........................B....................A......................B
|
||||
..................E..........B..................................B...........E.........E.....B........................B....A.................................F....B
|
||||
.P................E..........B..................................B...........E.........E.....B........................B....A.................................F....B
|
||||
BBBBBBBBBBBBBBBBBBBBBBBBBBBBBB..................................BBBBBBBBBBBBBBBBBBBBBBBBBBBBB........................BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB
|
||||
|
||||
BIN
Platformer.class
BIN
Platformer.class
Binary file not shown.
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user