diff --git a/Levels/level7.txt b/Levels/level7.txt index a8af13d..a8d738a 100644 --- a/Levels/level7.txt +++ b/Levels/level7.txt @@ -9,12 +9,12 @@ .................................................................................................................. .................................................................................................................. .................................................................................................................. -..............................................................A...........................................................E +..............................................................A...........................................................E...A ...........................................................BBBBBBBBB.......................A...........................EBBBBBBBBB... ........................................................................................BBBBBBB.....................E.BBBBBBBBBBB... ...................................................................................................................EBBBBBBBBBBBBB ............................................................................E...................................E.BBBBBBBBBBBBBBB -..P........................Q..................EEE.........................BBBBBBB...............................BBBBBBBBBBBBBBBBB.........F +..P........................Q..................EEE.........................BBBBBBB.........................A.....BBBBBBBBBBBBBBBBB.........F ..........................................BBBBBBBBBBBB..................................................BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB...................... ........E........A......BBBBBBBBB.......................................................................................... BBBBBBBBBB.....BBBBBB............................................................................................................. diff --git a/Platformer.class b/Platformer.class index 44ac519..3e47cb9 100644 Binary files a/Platformer.class and b/Platformer.class differ diff --git a/Platformer.java b/Platformer.java index 0f78f37..2a8c9f1 100644 --- a/Platformer.java +++ b/Platformer.java @@ -19,7 +19,7 @@ public class Platformer extends JPanel implements KeyListener, ActionListener { static final int MAXYVELO = 15; static final int MAXXVELO = 5; static final int totalLevels = 10; - static int[] numAm = {4, 5, 10, 18, 6, 6, 0, 0, 0, 23}; + static int[] numAm = {4, 5, 10, 18, 6, 6, 5, 5, 6, 23}; // game objects Player player;