매달리기 버그 픽스

This commit is contained in:
백민승_crow 2026-01-30 19:53:09 +09:00
parent 8bcd4a1b9d
commit 0fb59ba905

View File

@ -21,6 +21,7 @@ public class PlayerMovement : MonoBehaviour
private void Awake()
{
_rigidbody2D = GetComponent<Rigidbody2D>();
_collider2D = GetComponent<BoxCollider2D>();
}
private void FixedUpdate()