Changed theme song.

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>
This commit is contained in:
Jeffrey Han 2015-02-04 03:43:23 -05:00
parent c87cc96c07
commit 29189fddff
3 changed files with 3 additions and 2 deletions

View File

@ -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 not shown.

View File

@ -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 {