Skip to content

Commit

Permalink
Changed theme song.
Browse files Browse the repository at this point in the history
New track is "On the Bach" by Jingle Punks, from the YouTube Audio Library (https://www.youtube.com/audiolibrary/music).

Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
  • Loading branch information
itdelatrisu committed Feb 4, 2015
1 parent c87cc96 commit 29189fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CREDITS.md
Expand Up @@ -30,4 +30,5 @@ The following projects were referenced in creating opsu!:

Theme Song
----------
The theme song is "welcome to osu!" by nekodex (https://soundcloud.com/nekodex).
The theme song is "On the Bach" by Jingle Punks, from the [YouTube Audio Library]
(https://www.youtube.com/audiolibrary/music).
Binary file modified res/theme.ogg
Binary file not shown.
2 changes: 1 addition & 1 deletion src/itdelatrisu/opsu/Options.java
Expand Up @@ -95,7 +95,7 @@ public class Options {
* The theme song string:
* {@code filename,title,artist,length(ms)}
*/
private static String themeString = "theme.ogg,welcome to osu!,nekodex,48000";
private static String themeString = "theme.ogg,On the Bach,Jingle Punks,66000";

/** Game options. */
public enum GameOption {
Expand Down

0 comments on commit 29189fd

Please sign in to comment.