Added SongInstanceDifficultyButtons :)))))))

This commit is contained in:
Dofensmirtsz
2015-06-04 13:48:49 +02:00
parent 65e5cb3eac
commit 5f8e7706f2
4 changed files with 18 additions and 10 deletions
+3 -1
View File
@@ -26,7 +26,7 @@ public class SongHandler {
songs = new ArrayList<Song>();
currentSong = null;
currentIndex = -1;
currentIndex = 0;
p = new AudioPlayer();
@@ -36,6 +36,8 @@ public class SongHandler {
dir = new File(System.getProperty( "user.home" ) + "/Documents/songs");
songs = DirScanner.scanDirectories(dir);
updatePlayer();
}
public void next()