diff --git a/apps/client/index.html b/apps/client/index.html index b3bc7d0..6551fc1 100644 --- a/apps/client/index.html +++ b/apps/client/index.html @@ -11,9 +11,9 @@ - + - PaintBomb + PixelPaintWar
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}