From 65dbe6186c97bfc8981029ab2a3ce02f871f82a4 Mon Sep 17 00:00:00 2001 From: sowgro Date: Tue, 6 Jun 2023 23:28:42 -0400 Subject: the game is now finished (for now) --- src/gui/LevelSurround.java | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/gui/LevelSurround.java') diff --git a/src/gui/LevelSurround.java b/src/gui/LevelSurround.java index 758a420..dcf8a10 100644 --- a/src/gui/LevelSurround.java +++ b/src/gui/LevelSurround.java @@ -1,16 +1,10 @@ package gui; -import java.io.IOException; - -import javax.sound.sampled.LineUnavailableException; -import javax.sound.sampled.UnsupportedAudioFileException; - import gameplay.SongPlayer; import javafx.geometry.Insets; import javafx.geometry.Pos; import javafx.scene.control.Button; import javafx.scene.layout.AnchorPane; -import javafx.scene.layout.BorderPane; import javafx.scene.layout.HBox; import javafx.scene.layout.Pane; import javafx.scene.layout.StackPane; -- cgit v1.2.3