Your mom
parent
a2aa091af0
commit
f90660cead
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue