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:
parent
c87cc96c07
commit
29189fddff
|
@ -30,4 +30,5 @@ The following projects were referenced in creating opsu!:
|
||||||
|
|
||||||
Theme Song
|
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).
|
||||||
|
|
BIN
res/theme.ogg
BIN
res/theme.ogg
Binary file not shown.
|
@ -95,7 +95,7 @@ public class Options {
|
||||||
* The theme song string:
|
* The theme song string:
|
||||||
* {@code filename,title,artist,length(ms)}
|
* {@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. */
|
/** Game options. */
|
||||||
public enum GameOption {
|
public enum GameOption {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user