private void Start()
 {
     jumperSpawner = GetComponent <JumperSpawner>();
     gameOverSign.SetActive(false);
     livesController.StartingLives(startingLives);
 }