From 0ce09f72f4af26412356b9699d402b52dbcfc94f Mon Sep 17 00:00:00 2001 From: sowgro Date: Sun, 28 Jul 2024 01:07:41 -0400 Subject: Finalize level API and new Json library --- src/main/java/net/sowgro/npehero/gameplay/Block.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/net/sowgro/npehero/gameplay/Block.java') diff --git a/src/main/java/net/sowgro/npehero/gameplay/Block.java b/src/main/java/net/sowgro/npehero/gameplay/Block.java index c55a7bf..9d68ab6 100755 --- a/src/main/java/net/sowgro/npehero/gameplay/Block.java +++ b/src/main/java/net/sowgro/npehero/gameplay/Block.java @@ -6,7 +6,7 @@ import javafx.scene.effect.BlurType; import javafx.scene.effect.DropShadow; import javafx.scene.paint.Color; import javafx.scene.shape.Rectangle; -import net.sowgro.npehero.main.Note; +import net.sowgro.npehero.levelapi.Note; /** * A block is a visual representation of a note on the screen. This is used both in the editor and in during the game play. -- cgit v1.2.3