diff --git a/apps/client/index.html b/apps/client/index.html index b3bc7d0..70bb78b 100644 --- a/apps/client/index.html +++ b/apps/client/index.html @@ -5,15 +5,15 @@ - + - PaintBomb + PixelPaintWar
diff --git a/apps/client/src/index.css b/apps/client/src/index.css index 4e690a0..7aa4ad3 100644 --- a/apps/client/src/index.css +++ b/apps/client/src/index.css @@ -27,13 +27,6 @@ touch-action: none; } -#app { - /* safe-area-inset対応:ノッチ・ホームバー領域へのはみ出しを防止 */ - padding-top: env(safe-area-inset-top); - padding-bottom: env(safe-area-inset-bottom); - padding-left: env(safe-area-inset-left); - padding-right: env(safe-area-inset-right); -} a { font-weight: 500; diff --git a/apps/client/src/scenes/game/GameView.tsx b/apps/client/src/scenes/game/GameView.tsx index 55e51a6..2045cb6 100644 --- a/apps/client/src/scenes/game/GameView.tsx +++ b/apps/client/src/scenes/game/GameView.tsx @@ -5,7 +5,7 @@ */ import { GameInputOverlay } from "./input/GameInputOverlay"; import { - GAME_VIEW_BOMB_HIT_DEBUG_STYLE, + GAME_VIEW_HP_GAUGE_STYLE, GAME_VIEW_FEVER_TEXT_STYLE, GAME_VIEW_HURRICANE_WARNING_STYLE, GAME_VIEW_PIXI_LAYER_STYLE, @@ -85,7 +85,7 @@ {/* タイマーUIの表示 */} -
HP: {heartGauge}
+
HP: {heartGauge}
- {/* 🌟🌟 追加:背景のWebPアニメーション 🌟🌟 */} -
+ {/* 背景アニメーション */} +
-
+
-

+

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

{/* 左半分: スタートボタン or 待機メッセージ */} -
-
+
+
{isMeOwner ? ( -
-