public void ShowWinScreen() { playerController.GameOver(); playerController.enabled = false; winScreen.SetActive(true); }