diff --git a/core/src/com/dungeoncrawler/control/Controller.java b/core/src/com/dungeoncrawler/control/Controller.java index 2c7b453..922f833 100644 --- a/core/src/com/dungeoncrawler/control/Controller.java +++ b/core/src/com/dungeoncrawler/control/Controller.java @@ -36,12 +36,6 @@ public class Controller extends ApplicationAdapter implements InputProcessor{ dg = new DungeonGenerator(); dg.ichWillSpielen(); e = new Entity[5]; - //TEST - Archer a = new Archer(0,0,0); - newEntity(a, 200, 500, 200); - Swordsman s = new Swordsman(0,0,0); - newEntity(s, 500, 200, 500); - // Gdx.input.setInputProcessor(this); t = new Timer(); t.scheduleTask(new Timer.Task() {