Skip to content

Commit

Permalink
Add new menu music piece by Chrisk and tone down the volume on PlaceB…
Browse files Browse the repository at this point in the history
…lock by 5 db (loud!)
  • Loading branch information
Cervator committed Nov 6, 2012
1 parent c6d7346 commit 412e226
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/terasology/game/modes/StateMainMenu.java
Expand Up @@ -114,7 +114,7 @@ public void dispose() {
}

private void playBackgroundMusic() {
AudioManager.playMusic("engine:resurface");
AudioManager.playMusic("engine:MenuTheme");
}

private void stopBackgroundMusic() {
Expand Down
Binary file added src/main/resources/assets/music/MenuTheme.ogg
Binary file not shown.
Binary file modified src/main/resources/assets/sounds/PlaceBlock.ogg
Binary file not shown.

0 comments on commit 412e226

Please sign in to comment.