Skip to content

Commit

Permalink
Added menu music sketch
Browse files Browse the repository at this point in the history
  • Loading branch information
gilkeidar committed Jun 4, 2024
1 parent a5822d5 commit 45be453
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added assets/sounds/client_music/menu.mp3
Binary file not shown.
2 changes: 1 addition & 1 deletion src/shared/audio/soundtype.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ std::string getAudioPath(ClientMusic music) {
switch (music) {
case ClientMusic::MenuTheme:
// TODO: Replace with menu theme!
return (dir / "relay_race_players.mp3").string();
return (dir / "menu.mp3").string();
case ClientMusic::MazeExplorationPlayersTheme:
return (dir / "maze_exploration_players.flac").string();
case ClientMusic::MazeExplorationDMTheme:
Expand Down

0 comments on commit 45be453

Please sign in to comment.