Commit af62aded authored by 15박보승's avatar 15박보승

구름 파티클 추가

parent 95e4b1b9
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -47,7 +47,6 @@ public class HookBehaviour : MonoBehaviour
private void OnCollisionEnter(Collision collision)
{
rb.velocity = Vector3.zero;
rb.isKinematic = true;
player.GetComponent<PlayerController>().ActiveWire();
}
......@@ -56,7 +55,6 @@ public class HookBehaviour : MonoBehaviour
lr.enabled = true;
lr.SetPosition(0, transform.position);
lr.SetPosition(1, player.position);
rb.isKinematic = false;
rb.velocity = velocity;
curDistance = 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment