From 33fefb5b31d1cabdb6d9745ced002d13d2648dfd Mon Sep 17 00:00:00 2001 From: Jonathan Hager Date: Sat, 26 Sep 2020 15:42:18 +0200 Subject: [PATCH] Test stuff removed --- core/src/com/trs/game/model/Model.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/src/com/trs/game/model/Model.java b/core/src/com/trs/game/model/Model.java index ba70544..d33b249 100644 --- a/core/src/com/trs/game/model/Model.java +++ b/core/src/com/trs/game/model/Model.java @@ -28,10 +28,7 @@ public class Model { monster = new Monster(250,150); walls = new ArrayList<>(); - walls.add(new PermWall(60, StaticMath.createPolygon(250,250, 60,25, 100))); - projectiles = new ArrayList<>(); - projectiles.add(new Projectile(270, 500, 270, 0)); } public void timerStep() {