Browse Source

testcomments entfernt

master
fdai7222 2 years ago
parent
commit
15136ce051
  1. 7
      spaceinvaders/GameProject/bin/.gitignore
  2. BIN
      spaceinvaders/GameProject/bin/controller/ReboundController.class
  3. 4
      spaceinvaders/GameProject/src/playground/LevelWithBox.java

7
spaceinvaders/GameProject/bin/.gitignore

@ -1,8 +1 @@
/base/
/collider/
/controller/
/gameobjects/
/log4j2.xml
/playground/
/rendering/
/ui/

BIN
spaceinvaders/GameProject/bin/controller/ReboundController.class

4
spaceinvaders/GameProject/src/playground/LevelWithBox.java

@ -6,7 +6,6 @@ import gameobjects.RectObject;
/**
* created by Jannik
* extends {@link SpaceInvadersLevel} with a red box.
*
*/
@ -24,8 +23,7 @@ public class LevelWithBox extends SpaceInvadersLevel {
return "Box-Level!";
}
/**
* created by janosch
/**
* Method creates a new Object {@link gameobjects.RectObject} named RedBox.
* calls method of {@link prepareLevel}.
* Object added to the level.

Loading…
Cancel
Save