master
Chara1236 2022-06-20 21:19:01 -04:00
parent a2aa091af0
commit f90660cead
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ public class GamePanel extends JPanel implements Runnable, KeyListener, Serializ
}
// draw bomb counter (bomb image and amount of bombs remaining)
g.drawImage(bomb.image,20,20,35,35,null);
g.drawString("X"+LevelManager.bombs+" Sticky bombs",60,40);
g.drawString("X"+LevelManager.bombs,60,40);
if (isPaused) {
// cover background with translucent rectangle
g.setColor(new Color(255, 255, 255, 100));