private void OnTriggerExit2D(Collider2D other) { if (other.tag == "Player") { movePlayer = false; levelMgr.GameOver(); } }