From fcd65070900865a9e0b547c49968988abcda5ab9 Mon Sep 17 00:00:00 2001 From: sowgro Date: Thu, 25 May 2023 20:57:51 -0400 Subject: Move levels outside of src, prepare for leaderboard writing and other small changes --- src/gui/LevelSurround.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/LevelSurround.java') diff --git a/src/gui/LevelSurround.java b/src/gui/LevelSurround.java index a94f890..e84071e 100644 --- a/src/gui/LevelSurround.java +++ b/src/gui/LevelSurround.java @@ -43,7 +43,7 @@ public class LevelSurround extends Pane title.getStyleClass().add("t2"); Text artist = new Text(); - artist.setText(level.getArtist()+" - "+difficulty); + artist.setText(level.getArtist()+" - "+difficulty.title); artist.getStyleClass().add("t3"); VBox titleTextBox = new VBox(); -- cgit v1.2.3