diff --git a/spaceinvaders/GameProject/bin/playground/LevelWithBox.class b/spaceinvaders/GameProject/bin/playground/LevelWithBox.class index a36fd13..c54c4bc 100644 Binary files a/spaceinvaders/GameProject/bin/playground/LevelWithBox.class and b/spaceinvaders/GameProject/bin/playground/LevelWithBox.class differ diff --git a/spaceinvaders/GameProject/src/playground/LevelWithBox.java b/spaceinvaders/GameProject/src/playground/LevelWithBox.java index 3537282..4d1dc12 100644 --- a/spaceinvaders/GameProject/src/playground/LevelWithBox.java +++ b/spaceinvaders/GameProject/src/playground/LevelWithBox.java @@ -4,7 +4,7 @@ import java.awt.Color; import gameobjects.RectObject; -/** +/** * extends {@link SpaceInvadersLevel} with a red box. * */ @@ -22,7 +22,8 @@ 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.