Skip to content

Commit 68cbe7b

Browse files
author
PastThePixels
committed
Switch song to InfiniteShooter's (unused) tutorial soundtrack
1 parent f1132e8 commit 68cbe7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/io/github/pastthepixels/jygame_example/Game.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ public void init() {
5555
createEnemy();
5656
}
5757

58-
public void initMusic() { // https://github.com/pastthepixels/InfiniteShooter shameless plug
59-
Sound music = new Sound("src/main/resources/ishooter-game9.wav"); // <-- We have to have wav files for some reason
58+
public void initMusic() {
59+
Sound music = new Sound("src/main/resources/soundtrack.wav"); // <-- We have to have wav files for some reason
6060
music.play();
6161
}
6262

0 commit comments

Comments
 (0)