nuevas pantallas

This commit is contained in:
2026-05-11 18:44:51 +02:00
parent f8545fc783
commit 2503b64d34
18 changed files with 179 additions and 67 deletions
+3 -1
View File
@@ -55,8 +55,10 @@ class _PantallaPalabrasClienteState extends State<PantallaPalabrasCliente> {
padding: const EdgeInsets.all(24),
child: Column(
children: [
const ArteGameplayFarolero.fase(height: 116),
const SizedBox(height: 8),
Text(
'Jugador ${_indice + 1} de ${widget.jugadores.length}',
'${l10n.defaultPlayerName} ${_indice + 1} / ${widget.jugadores.length}',
style: Theme.of(context).textTheme.titleMedium,
),
const Spacer(),