This commit is contained in:
2026-04-20 02:14:57 -05:00
parent b430bf14f0
commit c298b9518f
3 changed files with 3 additions and 3 deletions

View File

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