We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45851a6 commit c2e9e6aCopy full SHA for c2e9e6a
src/com/redomar/game/lib/Music.java
@@ -13,7 +13,7 @@ public class Music implements Runnable {
13
14
private InputStream file;
15
private Player musicPlayer;
16
- private static String songName[] = { "/music/yoshi song.mp3",
+ private static String songName[] = { "/music/Towards The End.mp3",
17
"/music/Towards The End.mp3", "/music/Towards The End.mp3" };
18
private static int songNumber;
19
private Printing print = new Printing();
0 commit comments