diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2023-05-30 08:44:24 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2023-05-30 08:44:24 -0400 |
commit | d283ab67988fe1c7f63b27c70077d3b599171d07 (patch) | |
tree | 70d70b2af8ee24ee2e2b2dfafd664643c99dedef /src/gameplay | |
parent | 2ce13a58f9bf1cac1b7c8644ba38f5ad7e7bee44 (diff) | |
download | NPEhero-d283ab67988fe1c7f63b27c70077d3b599171d07.tar.gz NPEhero-d283ab67988fe1c7f63b27c70077d3b599171d07.tar.bz2 NPEhero-d283ab67988fe1c7f63b27c70077d3b599171d07.zip |
comment
Diffstat (limited to 'src/gameplay')
-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 |