Nuevos assets para otras pantallas (meta)
This commit is contained in:
@@ -73,7 +73,7 @@ class _PantallaResultadoState extends State<PantallaResultado>
|
||||
children: [
|
||||
// Animación de suspense
|
||||
if (!_revelado) ...[
|
||||
const Text('🥁', style: TextStyle(fontSize: 64)),
|
||||
const ArteGameplayFarolero.resultado(height: 152),
|
||||
const SizedBox(height: 16),
|
||||
Text(
|
||||
l10n.revealing,
|
||||
@@ -89,10 +89,7 @@ class _PantallaResultadoState extends State<PantallaResultado>
|
||||
opacity: _animOpacidad,
|
||||
child: Column(
|
||||
children: [
|
||||
Text(
|
||||
widget.resultado.eraImpostor ? '🎭' : '😇',
|
||||
style: const TextStyle(fontSize: 72),
|
||||
),
|
||||
const ArteGameplayFarolero.resultado(height: 164),
|
||||
const SizedBox(height: 16),
|
||||
Text(
|
||||
widget.resultado.eliminadoNombre,
|
||||
|
||||
Reference in New Issue
Block a user