diff options
Diffstat (limited to 'src/main/java/net/sowgro/npehero/gameplay/Block.java')
-rwxr-xr-x | src/main/java/net/sowgro/npehero/gameplay/Block.java | 2 |
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. |