diff options
Diffstat (limited to '')
-rw-r--r-- | src/GamePlay/Level.java (renamed from src/fallTest/Level.java) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fallTest/Level.java b/src/GamePlay/Level.java index 71ee0a8..25be35c 100644 --- a/src/fallTest/Level.java +++ b/src/GamePlay/Level.java @@ -1,4 +1,4 @@ -package fallTest; +package GamePlay; import javafx.application.Application; import javafx.event.ActionEvent; |