Skip to content

Commit 6e086b2

Browse files
committed
AHA
boop
1 parent 9b013b0 commit 6e086b2

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

asteroids/game/Display.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public Display (Controller controller)
4040
screen = new Screen(controller);
4141

4242
// This panel shows the amount of lives left with ships
43-
ImageIcon icon1 = new ImageIcon("/Users/admin 1/Desktop/NOAH.jpg");
43+
ImageIcon icon1 = new ImageIcon("src/images/SHIP.jpg");
4444
ImageIcon scaledIcon = new ImageIcon(icon1.getImage().getScaledInstance(icon1.getIconWidth() / 3,
4545
icon1.getIconHeight() / 2, Image.SCALE_SMOOTH));
4646
JLabel Icon1 = new JLabel(scaledIcon);
File renamed without changes.

asteroids/game/NOAH2.jpg

13.8 KB
Loading

images/SHIP.jpg

13.8 KB
Loading

0 commit comments

Comments
 (0)