package vooga.fighter.controller.leveleditor; import vooga.fighter.controller.levels.MapSelectController; /** * Map select screen for the map editor. * this class exists so that different data will be read from the xml * than what is read for a map select controller for playing a level. * This will display all the current maps, just as the regular MapSelectController, * plus an additional "new map" option. * @author matthewparides * */ public class EditorMapSelectController extends MapSelectController{ }