From 7f4070564af6cc9ba1eb79f3730eb0213eea3b11 Mon Sep 17 00:00:00 2001 From: sowgro Date: Fri, 12 May 2023 02:03:30 -0400 Subject: big gui stuff --- src/gui/Level.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/Level.java') 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); -- cgit v1.2.3