public void playNextLevel()
 {
     world.nextLevel();
     resetPlayer();
 }