diff --git a/GameProject/lib/apache-log4j-2.13.3-bin/log4j-1.2-api-2.13.3-javadoc.jar b/GameProject/lib/apache-log4j-2.13.3-bin/log4j-1.2-api-2.13.3-javadoc.jar deleted file mode 100644 index 479c99b..0000000 Binary files a/GameProject/lib/apache-log4j-2.13.3-bin/log4j-1.2-api-2.13.3-javadoc.jar and /dev/null differ diff --git a/GameProject/lib/apache-log4j-2.13.3-bin/log4j-1.2-api-2.13.3-sources.jar b/GameProject/lib/apache-log4j-2.13.3-bin/log4j-1.2-api-2.13.3-sources.jar deleted file mode 100644 index ee4defb..0000000 Binary files a/GameProject/lib/apache-log4j-2.13.3-bin/log4j-1.2-api-2.13.3-sources.jar and /dev/null differ diff --git a/GameProject/lib/apache-log4j-2.13.3-bin/log4j-api-2.13.3-javadoc.jar b/GameProject/lib/apache-log4j-2.13.3-bin/log4j-api-2.13.3-javadoc.jar deleted file mode 100644 index fbffd31..0000000 Binary files a/GameProject/lib/apache-log4j-2.13.3-bin/log4j-api-2.13.3-javadoc.jar and /dev/null differ diff --git a/GameProject/lib/apache-log4j-2.13.3-bin/log4j-api-2.13.3-sources.jar b/GameProject/lib/apache-log4j-2.13.3-bin/log4j-api-2.13.3-sources.jar deleted file mode 100644 index 6803e4d..0000000 Binary files a/GameProject/lib/apache-log4j-2.13.3-bin/log4j-api-2.13.3-sources.jar and /dev/null differ diff --git a/GameProject/lib/apache-log4j-2.13.3-bin/log4j-core-2.13.3-javadoc.jar b/GameProject/lib/apache-log4j-2.13.3-bin/log4j-core-2.13.3-javadoc.jar deleted file mode 100644 index 8c1c565..0000000 Binary files a/GameProject/lib/apache-log4j-2.13.3-bin/log4j-core-2.13.3-javadoc.jar and /dev/null differ diff --git a/GameProject/lib/apache-log4j-2.13.3-bin/log4j-core-2.13.3-sources.jar b/GameProject/lib/apache-log4j-2.13.3-bin/log4j-core-2.13.3-sources.jar deleted file mode 100644 index 2c5db58..0000000 Binary files a/GameProject/lib/apache-log4j-2.13.3-bin/log4j-core-2.13.3-sources.jar and /dev/null differ diff --git a/GameProject/lib/apache-log4j-2.13.3-bin/log4j-core-2.13.3-tests.jar b/GameProject/lib/apache-log4j-2.13.3-bin/log4j-core-2.13.3-tests.jar deleted file mode 100644 index 371a3f9..0000000 Binary files a/GameProject/lib/apache-log4j-2.13.3-bin/log4j-core-2.13.3-tests.jar and /dev/null differ diff --git a/GameProject/src/playground/LevelHitTwice.java b/GameProject/src/playground/LevelHitTwice.java index 1243f1f..241ae9e 100644 --- a/GameProject/src/playground/LevelHitTwice.java +++ b/GameProject/src/playground/LevelHitTwice.java @@ -36,20 +36,12 @@ public class LevelHitTwice extends SpaceInvadersLevel { return "2 shots at alien required!!!"; } + @Override protected int calcNrEnemies() { return 10; } - public void setupInitialState() { - super.setupInitialState(); - GameObject ro = new RectObject("obstacleRect", this, 600, 300, 0, 0, 20, 100, Color.RED) // Remove? - .generateColliders(); - this.addObject(ro); - logger.debug("added red box on top"); - - } - @Override void actionIfEnemyIsHit(GameObject e, GameObject shot) {