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 f1132e8 commit 68cbe7bCopy full SHA for 68cbe7b
src/main/java/io/github/pastthepixels/jygame_example/Game.java
@@ -55,8 +55,8 @@ public void init() {
55
createEnemy();
56
}
57
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
+ public void initMusic() {
+ Sound music = new Sound("src/main/resources/soundtrack.wav"); // <-- We have to have wav files for some reason
60
music.play();
61
62
src/main/resources/ishooter-game9.wav renamed to src/main/resources/soundtrack.wav
27.3 MB
0 commit comments