touchups
This commit is contained in:
@@ -9,12 +9,12 @@
|
|||||||
..................................................................................................................
|
..................................................................................................................
|
||||||
..................................................................................................................
|
..................................................................................................................
|
||||||
..................................................................................................................
|
..................................................................................................................
|
||||||
..............................................................A...........................................................E
|
..............................................................A...........................................................E...A
|
||||||
...........................................................BBBBBBBBB.......................A...........................EBBBBBBBBB...
|
...........................................................BBBBBBBBB.......................A...........................EBBBBBBBBB...
|
||||||
........................................................................................BBBBBBB.....................E.BBBBBBBBBBB...
|
........................................................................................BBBBBBB.....................E.BBBBBBBBBBB...
|
||||||
...................................................................................................................EBBBBBBBBBBBBB
|
...................................................................................................................EBBBBBBBBBBBBB
|
||||||
............................................................................E...................................E.BBBBBBBBBBBBBBB
|
............................................................................E...................................E.BBBBBBBBBBBBBBB
|
||||||
..P........................Q..................EEE.........................BBBBBBB...............................BBBBBBBBBBBBBBBBB.........F
|
..P........................Q..................EEE.........................BBBBBBB.........................A.....BBBBBBBBBBBBBBBBB.........F
|
||||||
..........................................BBBBBBBBBBBB..................................................BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB......................
|
..........................................BBBBBBBBBBBB..................................................BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB......................
|
||||||
........E........A......BBBBBBBBB..........................................................................................
|
........E........A......BBBBBBBBB..........................................................................................
|
||||||
BBBBBBBBBB.....BBBBBB.............................................................................................................
|
BBBBBBBBBB.....BBBBBB.............................................................................................................
|
||||||
|
|||||||
BIN
Platformer.class
BIN
Platformer.class
Binary file not shown.
@@ -19,7 +19,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, 6, 6, 0, 0, 0, 23};
|
static int[] numAm = {4, 5, 10, 18, 6, 6, 5, 5, 6, 23};
|
||||||
|
|
||||||
// game objects
|
// game objects
|
||||||
Player player;
|
Player player;
|
||||||
|
|||||||
Reference in New Issue
Block a user