Exemplo n.º 1
0
    void HandleHit()
    {
        rigidbody2D.isKinematic = true;
        transform.position      = new Vector3(1f, 1f, 0f);

        // Activate
        paddle.ActivatePowerUp(powerUpType);
    }