// Start is called before the first frame update
 void Awake()
 {
     instance   = this;
     levelEntry = FindObjectOfType <LevelEntry>();
 }