IEnumerator switchScene()
    {
        yield return(new WaitForSeconds(4));

        LevelStore.loadNextLevel();
    }