test: 테스트 코드 제거

This commit is contained in:
aube.lee
2025-02-20 11:11:42 +09:00
parent 4fee8637a5
commit 4a71dcf5a2

View File

@@ -107,9 +107,6 @@ namespace TON
// 걷는 애니메이션 적용 // 걷는 애니메이션 적용
animator.SetBool("IsMoving", Mathf.Abs(horizontalInput) > 0f); animator.SetBool("IsMoving", Mathf.Abs(horizontalInput) > 0f);
// 공중/지상에 따른 이동 속도 계산
Debug.Log("wallChecker.IsWallTouching::: " + wallChecker.IsWallTouching);
// 측면 충돌 체크 // 측면 충돌 체크
if (!isGrounded && wallChecker.IsWallTouching) if (!isGrounded && wallChecker.IsWallTouching)
{ {