Added track previews to the downloads menu.

Currently uses the osu! server to load MP3 previews.

Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
Jeffrey Han
2015-03-19 15:58:50 -04:00
parent 7d5899ba7e
commit ec042159a8
8 changed files with 207 additions and 28 deletions

View File

@@ -1099,9 +1099,8 @@ public class Game extends BasicGameState {
UI.hideCursor();
// replays
if (isReplay) {
if (isReplay)
GameMod.loadModState(previousMods);
}
}
/**