diff options
-rw-r--r-- | src/gameplay/SongPlayer.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gameplay/SongPlayer.java b/src/gameplay/SongPlayer.java index 67b21a4..c770b8a 100644 --- a/src/gameplay/SongPlayer.java +++ b/src/gameplay/SongPlayer.java @@ -32,6 +32,10 @@ import sound.AudioFilePlayer; // gui.Driver.setMenu(new GameOver(lvl, d, p, cntrl.getScore())); +//d.numBeats - int +//d.song - File + + public class SongPlayer extends Pane { private int bpm; //initializes the bpm of the song, to be read in from a metadata file later Timer timer; //the timer that determines when notes will fall, counted in terms of the song's bpm |