diff options
Diffstat (limited to '')
| -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 671fad9..7ea6bfa 100644 --- a/src/gameplay/SongPlayer.java +++ b/src/gameplay/SongPlayer.java @@ -37,6 +37,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  	private int songLength; //initializes the length of the song in terms of the song's bpm, to be read in later  | 
