package playground; // FIXME JavaDoc public class LevelMovingHitObjects extends SpaceInvadersLevel { // FIXME implement missing methods /** * "Moving Hitting Objects Level!" is the message. * * @return String "Moving & Hitting Objects Level!" */ @Override protected String getStartupMessage() { return "Moving & Hitting Objects Level!"; } }