level 5
This commit is contained in:
@@ -3,18 +3,18 @@
|
|||||||
..................................................................................................................
|
..................................................................................................................
|
||||||
..................................................................................................................
|
..................................................................................................................
|
||||||
..................................................................................................................
|
..................................................................................................................
|
||||||
..................................................................................................................
|
...............................................B...................................................................
|
||||||
..................................................................................................................
|
...............................................B...................................................................
|
||||||
..................................................................................................................
|
...............................................B...................................................................
|
||||||
..................................................................................................................
|
...............................................B...................................................................
|
||||||
..................................................................................................................
|
...............................................B..................................................................
|
||||||
..................................................................................................................
|
...............................................B..................................................................
|
||||||
..................................................................................................................
|
...............................................B...............E....E.....A...E...................A.................
|
||||||
..................................................................................................................
|
...............................................BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB................................
|
||||||
..................................................................................................................
|
...............................................B..................................................................
|
||||||
..................................................................................................................
|
...............................................B.................................................................
|
||||||
..................................................................................................................
|
............................Q............................BBBBBBBBBBBBBB........BBBBBBBBBBB.......BBBBBBBBBBBB...............A..........................
|
||||||
..P...............................................................................................................
|
..P.........................................E............B.............................................................BBBBBBBBBBB........
|
||||||
..................................................................................................................
|
............................A.........BBBBBBBBBBBB...BBBBB........................................................................................................EEEEEEEEE.............F
|
||||||
..................................................................................................................
|
......A....................BBBBBB.................................................................................................................A...........BBBBBBBBBBBBBBBBBBBBBBBBBBBBB
|
||||||
BBBBBBBBBB.....BBBBBB.............................................................................................................
|
BBBBBBBBBB.....BBBBBB...............................................................................................................BBBBBBBBBB...BBB...BBB....
|
||||||
|
|||||||
BIN
Platformer.class
BIN
Platformer.class
Binary file not shown.
@@ -17,7 +17,7 @@ public class Platformer extends JPanel implements KeyListener, ActionListener {
|
|||||||
static final int MAXYVELO = 15;
|
static final int MAXYVELO = 15;
|
||||||
static final int MAXXVELO = 5;
|
static final int MAXXVELO = 5;
|
||||||
static final int totalLevels = 10;
|
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
|
// game objects
|
||||||
Player player;
|
Player player;
|
||||||
|
|||||||
Reference in New Issue
Block a user