aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2023-05-30 08:44:24 -0400
committersowgro <tpoke.ferrari@gmail.com>2023-05-30 08:44:24 -0400
commitd283ab67988fe1c7f63b27c70077d3b599171d07 (patch)
tree70d70b2af8ee24ee2e2b2dfafd664643c99dedef /src
parent2ce13a58f9bf1cac1b7c8644ba38f5ad7e7bee44 (diff)
downloadNPEhero-d283ab67988fe1c7f63b27c70077d3b599171d07.tar.gz
NPEhero-d283ab67988fe1c7f63b27c70077d3b599171d07.tar.bz2
NPEhero-d283ab67988fe1c7f63b27c70077d3b599171d07.zip
comment
Diffstat (limited to 'src')
-rw-r--r--src/gameplay/SongPlayer.java4
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