aboutsummaryrefslogtreecommitdiff
path: root/src/gui/LevelSurround.java
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2023-06-02 00:48:13 -0400
committersowgro <tpoke.ferrari@gmail.com>2023-06-02 00:48:13 -0400
commit4e43d6f020d908ccd9b8a6b77803cac943da00ed (patch)
treeae0eb103049a5838ebc7f1de35cc16988a4f07d8 /src/gui/LevelSurround.java
parent48bfed142f7175809a43037fb695b6fcdc4146b1 (diff)
downloadNPEhero-4e43d6f020d908ccd9b8a6b77803cac943da00ed.tar.gz
NPEhero-4e43d6f020d908ccd9b8a6b77803cac943da00ed.tar.bz2
NPEhero-4e43d6f020d908ccd9b8a6b77803cac943da00ed.zip
Finish levelUtility and project cleanup
Diffstat (limited to '')
-rw-r--r--src/gui/LevelSurround.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/LevelSurround.java b/src/gui/LevelSurround.java
index 3f10925..d5dcd33 100644
--- a/src/gui/LevelSurround.java
+++ b/src/gui/LevelSurround.java
@@ -18,7 +18,6 @@ import javafx.scene.text.Text;
import main.Difficulty;
import main.Level;
import main.ScoreController;
-import sound.AudioFilePlayer;
public class LevelSurround extends Pane
{