private void Awake()
 {
     _gameManager = this;
     gameOverScreen.SetActive(false);
     level = FindObjectOfType <LevelInit>();
 }