// Use this for initialization void Start() { congratsText.text = "Congratulations! You survived for " + DifficultyController.GetSurvivedTime() + " seconds"; }