aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/sowgro/npehero/gameplay/Block.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/net/sowgro/npehero/gameplay/Block.java')
-rwxr-xr-xsrc/main/java/net/sowgro/npehero/gameplay/Block.java2
1 files changed, 1 insertions, 1 deletions
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.