public void StartGame()
 {
     playerData.setCity(city);
     levelSelector.loadLevel(city.levelInfo);
 }