aboutsummaryrefslogtreecommitdiff
path: root/src/gui/Level.java
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2023-05-12 02:03:30 -0400
committersowgro <tpoke.ferrari@gmail.com>2023-05-12 02:03:30 -0400
commit7f4070564af6cc9ba1eb79f3730eb0213eea3b11 (patch)
tree3e3b65e3335c973bc8c1f05827237146c0a2e649 /src/gui/Level.java
parentad89ab07efd535dc0df280e982139db774558503 (diff)
downloadNPEhero-7f4070564af6cc9ba1eb79f3730eb0213eea3b11.tar.gz
NPEhero-7f4070564af6cc9ba1eb79f3730eb0213eea3b11.tar.bz2
NPEhero-7f4070564af6cc9ba1eb79f3730eb0213eea3b11.zip
big gui stuff
Diffstat (limited to '')
-rw-r--r--src/gui/Level.java1
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);