public void RestartPressed() { contr.StartGame(); UpdateItem("DestroyEnemies"); UpdateItem("TownFull"); UpdateItem("TownHalf"); UpdateItem("TownQuarter"); CurrentLevel.text = contr.level.ToString(); SetHealth(contr.health); MoneyText.text = "$" + contr.money.ToString(); GameOverText.gameObject.SetActive(false); }