merge gleich :O

Testentities entfernt
master
GammelJan 6 years ago
parent b2425c297f
commit 6087c83cd9

@ -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() {

Loading…
Cancel
Save