You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/section5/ScaryMaze.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -58,14 +58,14 @@ public void mouseMoved(MouseEvent e) {
58
58
59
59
privatevoidscare() {
60
60
System.out.println("BOO!");
61
-
//9. Find a scary sound and put it in the day5 package where you put your maze picture. You can find a sound on freesound.org. Log in as leagueofamazing/code4life.
61
+
//9. Find a scary sound and put it in the section5 package where you put your maze picture. You can find a sound on freesound.org. Log in as leagueofamazing/code4life.
62
62
63
63
//10. Use the code below to load your sound. Change the file name to match the name of your sound file.
0 commit comments