-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feat] 레이싱 게임에 백그라운드 오디오 구현 #49
Conversation
x: currentFrontX - 500, // 현재 위치에서 500 만큼 더 이동 | ||
transition: { duration: 1, ease: "easeOut" }, // 1초 동안 부드럽게 멈춤 | ||
x: currentFrontX - 500, | ||
transition: { duration: 1, ease: "easeOut" }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
매직넘버 수정부탁드립니다!
} | ||
} | ||
}; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기 sound 부분 공통 로직으로 빼고 모듈화 해주세요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넹~
✅ 구현사항
2024-08-18.11.18.14.mov