From 4e601cdd6fa319c41faa4c927fe405993cbb4058 Mon Sep 17 00:00:00 2001 From: Resistencia Dev Date: Mon, 15 Dec 2025 14:10:08 +0100 Subject: [PATCH] Millores UI: text INTRO, velocitat drag REVEAL_ROLE, colors botons, cartes VOTING_TEAM redissenyades --- client/src/components/GameBoard.tsx | 22 +++++++++++++--------- client/src/components/MissionResult.tsx | 2 +- client/src/components/MissionReveal.tsx | 2 +- client/src/components/VictoryScreen.tsx | 2 +- 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/client/src/components/GameBoard.tsx b/client/src/components/GameBoard.tsx index af787f0..86d23c5 100644 --- a/client/src/components/GameBoard.tsx +++ b/client/src/components/GameBoard.tsx @@ -121,8 +121,8 @@ export default function GameBoard({ gameState, currentPlayerId, actions }: GameB
-

- Traidores en París +

+ Traición en París

{/* Audio Auto-Play - Solo para el host */} @@ -215,7 +215,7 @@ export default function GameBoard({ gameState, currentPlayerId, actions }: GameB ) : ( diff --git a/client/src/components/MissionResult.tsx b/client/src/components/MissionResult.tsx index 2bd67e1..2249018 100644 --- a/client/src/components/MissionResult.tsx +++ b/client/src/components/MissionResult.tsx @@ -62,7 +62,7 @@ export default function MissionResult({ gameState, onContinue, isHost }: Mission {isHost ? ( -

+

{isNazisWin ? '¡VICTORIA NAZI!' : '¡VICTORIA ALIADA!'}