diff options
Diffstat (limited to '')
-rw-r--r-- | src/gui/Level.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/Level.java b/src/gui/Level.java index 993b631..8f98903 100644 --- a/src/gui/Level.java +++ b/src/gui/Level.java @@ -23,6 +23,7 @@ import javafx.scene.text.FontWeight; import javafx.scene.text.Text; import javafx.stage.Stage; +// will eventually extend pane public class Level extends Application { public static void main(String[] args) { launch(args); |