diff --git a/apps/client/public/LobbyAni.webp b/apps/client/public/LobbyAni.webp new file mode 100644 index 0000000..804616f --- /dev/null +++ b/apps/client/public/LobbyAni.webp Binary files differ diff --git a/apps/client/src/scenes/lobby/LobbyScene.tsx b/apps/client/src/scenes/lobby/LobbyScene.tsx index 578fb65..1956dbe 100644 --- a/apps/client/src/scenes/lobby/LobbyScene.tsx +++ b/apps/client/src/scenes/lobby/LobbyScene.tsx @@ -14,7 +14,6 @@ return ( <> - \n{" "} +
🔄

@@ -59,12 +59,30 @@ スマホを横向きにしてください。

+ + {/* 🌟🌟 追加:背景のWebPアニメーション 🌟🌟 */} +
+

ルーム: {room.roomId} (待機中)

- {/* 🌟 ここから左右に分けるコンテナ (flexDirection: "row" に変更) */}
- {/* 🌟 左半分: スタートボタン or 待機メッセージ */} + {/* 左半分: スタートボタン or 待機メッセージ */}
@@ -105,7 +127,7 @@ onClick={onStart} style={{ width: "100%", - maxWidth: "350px" /* ボタンが横に伸びすぎないように制限 */, + maxWidth: "350px", padding: "20px", fontSize: "clamp(1.2rem, 3vw, 1.8rem)", cursor: "pointer", @@ -114,7 +136,7 @@ border: "none", borderRadius: "8px", fontWeight: "bold", - boxShadow: "0 4px 6px rgba(0,0,0,0.3)" /* 立体感を追加 */, + boxShadow: "0 4px 6px rgba(0,0,0,0.3)", }} > ゲームスタート @@ -138,17 +160,20 @@ )}
- {/* 🌟 右半分: 参加プレイヤーリスト */} + {/* 右半分: 参加プレイヤーリスト */}