|
|
@ -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. |
|
|
|