From c298b9518fc860583e85c0ff5785e6a43cb6dd05 Mon Sep 17 00:00:00 2001 From: CT's Laptop Date: Mon, 20 Apr 2026 02:14:57 -0500 Subject: [PATCH] touchups --- Levels/level7.txt | 4 ++-- Platformer.class | Bin 13892 -> 13893 bytes Platformer.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Levels/level7.txt b/Levels/level7.txt index a8af13d..a8d738a 100644 --- a/Levels/level7.txt +++ b/Levels/level7.txt @@ -9,12 +9,12 @@ .................................................................................................................. .................................................................................................................. .................................................................................................................. -..............................................................A...........................................................E +..............................................................A...........................................................E...A ...........................................................BBBBBBBBB.......................A...........................EBBBBBBBBB... ........................................................................................BBBBBBB.....................E.BBBBBBBBBBB... ...................................................................................................................EBBBBBBBBBBBBB ............................................................................E...................................E.BBBBBBBBBBBBBBB -..P........................Q..................EEE.........................BBBBBBB...............................BBBBBBBBBBBBBBBBB.........F +..P........................Q..................EEE.........................BBBBBBB.........................A.....BBBBBBBBBBBBBBBBB.........F ..........................................BBBBBBBBBBBB..................................................BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB...................... ........E........A......BBBBBBBBB.......................................................................................... BBBBBBBBBB.....BBBBBB............................................................................................................. diff --git a/Platformer.class b/Platformer.class index 44ac519ae28cc1ca0b701886fb9e03cfdf0b4b2f..3e47cb948737263148a67f6f0c70ea61183e1efd 100644 GIT binary patch delta 38 pcmX?-b2Mi|gem6)237_T$e5gH8py-pA1S~NA~*!tChs+E2LRHE3EThx delta 37 ocmX?_b0lX&gehk~11kdvq)$#X4diC_j}%}B5gg2u_nEc>0Li8ay#N3J diff --git a/Platformer.java b/Platformer.java index 0f78f37..2a8c9f1 100644 --- a/Platformer.java +++ b/Platformer.java @@ -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;