aboutsummaryrefslogtreecommitdiff
path: root/src/gameplay
diff options
context:
space:
mode:
authorAidan Ross <aross02@fairport.org>2023-05-30 08:47:05 -0400
committerAidan Ross <aross02@fairport.org>2023-05-30 08:47:05 -0400
commit0b7a23fc35acc1059654fd1df0505b2b10429dda (patch)
tree3fcfc10d07d4e4fc943f3c7dacb501e62f9fdcbf /src/gameplay
parent864cc31d4672a77bb6f0adc0906a66b9f0c4ff15 (diff)
parentd283ab67988fe1c7f63b27c70077d3b599171d07 (diff)
downloadNPEhero-0b7a23fc35acc1059654fd1df0505b2b10429dda.tar.gz
NPEhero-0b7a23fc35acc1059654fd1df0505b2b10429dda.tar.bz2
NPEhero-0b7a23fc35acc1059654fd1df0505b2b10429dda.zip
Merge branch 'main' of https://gitlab.sowgro.net/guitarheros/guitarhero
Diffstat (limited to 'src/gameplay')
-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 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