private IEnumerator Failed()
    {
        yield return(new WaitForSeconds(deathTime));

        lvlEnd.FailureText();
    }