diff --git a/CREDITS.md b/CREDITS.md index b3a18900..9bb6a463 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -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). diff --git a/res/theme.ogg b/res/theme.ogg index de133703..8057f70d 100644 Binary files a/res/theme.ogg and b/res/theme.ogg differ diff --git a/src/itdelatrisu/opsu/Options.java b/src/itdelatrisu/opsu/Options.java index 04c69bd6..07383df6 100644 --- a/src/itdelatrisu/opsu/Options.java +++ b/src/itdelatrisu/opsu/Options.java @@ -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 {