private void Start() { currentState = initalState; spawner.SpawnState(initalState); gameOverPanel.gameObject.SetActive(false); }