Exemplo n.º 1
0
    void OnPlayerReachedRope()
    {
        //Debug.Log("Reached rope");
        rope.AttachPlayer(player.transform);
        Dug.transform.localScale = new Vector3(1, 1, 1);
        pick.SetActive(true);
        depthGauge.SetActive(true);

        StartCoroutine(RopeEvent());
    }