aboutsummaryrefslogtreecommitdiff
path: root/src/main/Level.java
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2023-05-25 20:57:51 -0400
committersowgro <tpoke.ferrari@gmail.com>2023-05-25 20:57:51 -0400
commitfcd65070900865a9e0b547c49968988abcda5ab9 (patch)
tree92dca348a8adfad470f149dafa01a95780a895dc /src/main/Level.java
parenta5d71e172b7202c5758837d896ffb8cafcb8da96 (diff)
downloadNPEhero-fcd65070900865a9e0b547c49968988abcda5ab9.tar.gz
NPEhero-fcd65070900865a9e0b547c49968988abcda5ab9.tar.bz2
NPEhero-fcd65070900865a9e0b547c49968988abcda5ab9.zip
Move levels outside of src, prepare for leaderboard writing and other small changes
Diffstat (limited to 'src/main/Level.java')
-rw-r--r--src/main/Level.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/Level.java b/src/main/Level.java
index a9b5c48..4110d4f 100644
--- a/src/main/Level.java
+++ b/src/main/Level.java
@@ -2,17 +2,12 @@ package main;
import java.io.File;
import java.util.ArrayList;
-
-import javafx.beans.*;
-import javafx.beans.property.SimpleStringProperty;
import javafx.scene.image.Image;
import javafx.scene.paint.Color;
-
import java.io.FileWriter;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
-
import org.json.simple.JSONObject;
import org.json.simple.parser.JSONParser;
import org.json.simple.parser.ParseException;