diff --git a/HeatUp/src/de/heatup/mapengine/MapEngineTest.java b/HeatUp/src/de/heatup/mapengine/MapEngineTest.java deleted file mode 100644 index 047dd31..0000000 --- a/HeatUp/src/de/heatup/mapengine/MapEngineTest.java +++ /dev/null @@ -1,15 +0,0 @@ -package mapEngine; - -import java.io.IOException; - -import prp.GameInterface; - -public class MapEngineTest { - - public static void main(String[] args) throws IOException { - MapEngine me = new MapEngine(); - GameInterface gi = new GameInterface(); - me.addAllGameTilesToPanel(gi.getGamePanel()); - } - -}