aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gameplay/SongPlayer.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gameplay/SongPlayer.java b/src/gameplay/SongPlayer.java
index 9193210..67b21a4 100644
--- a/src/gameplay/SongPlayer.java
+++ b/src/gameplay/SongPlayer.java
@@ -7,6 +7,7 @@ import java.util.LinkedList;
import java.util.Queue;
import java.util.Scanner;
+import gui.GameOver;
import javafx.geometry.Pos;
import javafx.scene.input.KeyCode;
import javafx.scene.layout.HBox;
@@ -29,6 +30,7 @@ import sound.AudioFilePlayer;
// lvl.colors - array of colors (size 5) for the block colors
// d.notes - File, notes.txt in the difficulty folder
+// gui.Driver.setMenu(new GameOver(lvl, d, p, cntrl.getScore()));
public class SongPlayer extends Pane {
private int bpm; //initializes the bpm of the song, to be read in from a metadata file later