public void showLostInfo(BadItem badItem) { DeathScreen.gameObject.SetActive(true); DeathScreen.UpdateDeathScreenText(badItem); }