From b3f8d14e1af6277914e4a7c1c81082fb95f62d85 Mon Sep 17 00:00:00 2001 From: Aidan Ross Date: Thu, 25 May 2023 16:31:51 -0400 Subject: the main.Level() class is now declared in levelcontroller with the name of the level being read in the assets folder, allowing for different songs in the list. --- src/gameplay/Score.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gameplay/Score.java') diff --git a/src/gameplay/Score.java b/src/gameplay/Score.java index 8bba48a..fa8ddfe 100644 --- a/src/gameplay/Score.java +++ b/src/gameplay/Score.java @@ -3,6 +3,7 @@ */ package gameplay; +import javafx.beans.property.IntegerProperty; public class Score { -- cgit v1.2.3