diff --git a/Levels/level5.txt b/Levels/level5.txt index 4b93c78..1a59bb0 100644 --- a/Levels/level5.txt +++ b/Levels/level5.txt @@ -3,18 +3,18 @@ .................................................................................................................. .................................................................................................................. .................................................................................................................. -.................................................................................................................. -.................................................................................................................. -.................................................................................................................. -.................................................................................................................. -.................................................................................................................. -.................................................................................................................. -.................................................................................................................. -.................................................................................................................. -.................................................................................................................. -.................................................................................................................. -.................................................................................................................. -..P............................................................................................................... -.................................................................................................................. -.................................................................................................................. -BBBBBBBBBB.....BBBBBB............................................................................................................. +...............................................B................................................................... +...............................................B................................................................... +...............................................B................................................................... +...............................................B................................................................... +...............................................B.................................................................. +...............................................B.................................................................. +...............................................B...............E....E.....A...E...................A................. +...............................................BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB................................ +...............................................B.................................................................. +...............................................B................................................................. +............................Q............................BBBBBBBBBBBBBB........BBBBBBBBBBB.......BBBBBBBBBBBB...............A.......................... +..P.........................................E............B.............................................................BBBBBBBBBBB........ +............................A.........BBBBBBBBBBBB...BBBBB........................................................................................................EEEEEEEEE.............F +......A....................BBBBBB.................................................................................................................A...........BBBBBBBBBBBBBBBBBBBBBBBBBBBBB +BBBBBBBBBB.....BBBBBB...............................................................................................................BBBBBBBBBB...BBB...BBB.... diff --git a/Platformer.class b/Platformer.class index 650355b..f41d89f 100644 Binary files a/Platformer.class and b/Platformer.class differ diff --git a/Platformer.java b/Platformer.java index 317a5e7..eecf74a 100644 --- a/Platformer.java +++ b/Platformer.java @@ -17,7 +17,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, 0, 0, 0, 0, 0, 0}; + static int[] numAm = {4, 5, 10, 18, 6, 0, 0, 0, 0, 0}; // game objects Player player;