This commit is contained in:
2026-04-20 00:44:45 -05:00
parent 1970217203
commit 84cb1f0c78
3 changed files with 16 additions and 16 deletions

View File

@@ -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;