entfernt, weil die klasse nur für mich zum testen gedacht war

This commit is contained in:
toksikk
2014-10-31 10:29:51 +01:00
parent ccf40de5a7
commit 20d49198d2
@@ -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());
}
}