Skip to content
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

Merged
merged 10 commits into from
Aug 19, 2024

Conversation

minani-0621
Copy link
Contributor

✅ 구현사항

  • 레이싱 게임에 플레잉 사운드 및 게임 종료 사운드 구현
  • 레이싱 게임 플레이 도중 스페이스바를 눌러서 캐스퍼를 멈출 때 "경품 응모하기"와 "다시하기" 버튼을 2초 후에 활성화
2024-08-18.11.18.14.mov

@minani-0621 minani-0621 added the Feat New feature label Aug 18, 2024
x: currentFrontX - 500, // 현재 위치에서 500 만큼 더 이동
transition: { duration: 1, ease: "easeOut" }, // 1초 동안 부드럽게 멈춤
x: currentFrontX - 500,
transition: { duration: 1, ease: "easeOut" },
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

매직넘버 수정부탁드립니다!

}
}
};

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

여기 sound 부분 공통 로직으로 빼고 모듈화 해주세요!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

넹~

@minani-0621 minani-0621 merged commit 9fd87d8 into develop Aug 19, 2024
1 check passed
@minani-0621 minani-0621 deleted the CC-162 branch August 19, 2024 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants