Ejemplo n.º 1
0
    public void Dead(Vector2 hitPosition)
    {
        deathParticles.transform.parent   = null;
        deathParticles.transform.position = hitPosition;

        deathParticles.Play();

        StopAllCoroutines();
        shooting.StopShooting();
        movement.BlastAway();
        GameManager.Instance.GameOver();
    }