feat: 全画面へのBGM・SE実装およびトップページのUI修復完了#42
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
プロダクトの没入感と完成度を向上させるため、全ゲーム画面およびリザルト画面へのサウンド演出(BGM/SE)の実装を完了しました。
あわせて、コンポーネント化の過程で消失していたトップ画面の背景デザイン(ドットパターンおよび背景画像)の復旧を行いました。
変更ファイル
frontend/src/app/page.tsx
トップ画面のBGM(start-bgm)およびSE(start-se)の実装。
消失していた背景の style(ドットパターンと背景画像)の復旧。
frontend/src/features/games/terms/components/TermsGameFlow.tsx
規約画面のBGM、チェックボックス操作SE(check-box-se)、同意ボタンSEの実装。
frontend/src/features/games/helpdesk/components/HelpdeskGameFlow.tsx
AIバトル画面のBGM(game2-bgm)および各ボタン操作SE(general-button-se)の実装。
frontend/src/features/games/group-chat/components/GroupChatGameFlow.tsx
空気読み画面のBGM(game3-bgm)および選択肢・スタートボタンのSE実装。
frontend/src/features/result/components/ResultReport.tsx
リザルト画面のBGM、および各診断詳細タブ切り替え時のSE実装。