Skip to content
Snippets Groups Projects
Commit 5bd9c805 authored by RASOLOSON MANDA's avatar RASOLOSON MANDA
Browse files

ajout classe pour bonus Vie

parent fe5e7f5e
No related merge requests found
......@@ -27,7 +27,7 @@ public class Case extends JPanel {
murIcon = new ImageIcon(murImg.getScaledInstance(40, 40, Image.SCALE_SMOOTH));
BufferedImage trapImg = ImageIO.read(Case.class.getResource("trap.png"));
trapIcon = new ImageIcon(trapImg.getScaledInstance(40, 40, Image.SCALE_SMOOTH));
trapIcon = new ImageIcon(trapImg.getScaledInstance(30, 30, Image.SCALE_SMOOTH));
BufferedImage coeurImg = ImageIO.read(Case.class.getResource("heart.png"));
coeurIcon = new ImageIcon(coeurImg.getScaledInstance(20, 20, Image.SCALE_SMOOTH));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment