매달리기 버그 픽스
This commit is contained in:
parent
8bcd4a1b9d
commit
0fb59ba905
|
|
@ -21,6 +21,7 @@ public class PlayerMovement : MonoBehaviour
|
|||
private void Awake()
|
||||
{
|
||||
_rigidbody2D = GetComponent<Rigidbody2D>();
|
||||
_collider2D = GetComponent<BoxCollider2D>();
|
||||
}
|
||||
|
||||
private void FixedUpdate()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user