From 6087c83cd91c759bacb987d527b7a3944de42dcc Mon Sep 17 00:00:00 2001 From: GammelJan Date: Tue, 7 Apr 2020 13:29:42 +0200 Subject: [PATCH] merge gleich :O Testentities entfernt --- core/src/com/dungeoncrawler/control/Controller.java | 6 ------ 1 file changed, 6 deletions(-) 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() {